latestOpenAPI 3.1.12026-08-2013060964.7 KB
9a5a2cd152ae
Get Translation History
Retrieve version history information for translations, including all versions and their details.
get/v1/{workspace}/translation/version/{version}/
Path parameters
workspacestring required
Workspace slug (staging, production, etc.)
versioninteger required
Version number to retrieve
Response
Successfully retrieved translation version history
Example response
{
"results": [
{
"filename": "en.json",
"locale": "en",
"locale_name": "English",
"namespace": "task",
"action": "added"
}
]
}