v2
latestOpenAPI 3.1.12026-07-2613060964.2 KBGet 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"
}
]
}