OpenAPI 3.1.12026-08-10130601.0 MB

a686fddb4e0c

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"
    }
  ]
}