{ "opencollection": "1.0.0", "info": { "name": "Phrase Strings API Reference Accounts Versions / History API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Versions / History", "type": "folder" }, "items": [ { "info": { "name": "List all versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.phrase.com/v2/projects/:project_id/translations/:translation_id/versions", "headers": [ { "name": "X-PhraseApp-OTP", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID" }, { "name": "translation_id", "value": "", "type": "path", "description": "Translation ID" }, { "name": "page", "value": "1", "type": "query", "description": "Page number" }, { "name": "per_page", "value": "25", "type": "query", "description": "Limit on the number of objects to be returned, between 1 and 100. 25 by default" }, { "name": "branch", "value": "my-feature-branch", "type": "query", "description": "specify the branch to use" }, { "name": "only_content_updates", "value": "true", "type": "query", "description": "Indicates whether only content updates should be returned" } ] }, "docs": "List all changes done to a given translation." }, { "info": { "name": "Get a single version", "type": "http" }, "http": { "method": "GET", "url": "https://api.phrase.com/v2/projects/:project_id/translations/:translation_id/versions/:id", "headers": [ { "name": "X-PhraseApp-OTP", "value": "" } ], "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID" }, { "name": "translation_id", "value": "", "type": "path", "description": "Translation ID" }, { "name": "id", "value": "", "type": "path", "description": "ID" }, { "name": "branch", "value": "my-feature-branch", "type": "query", "description": "specify the branch to use" } ] }, "docs": "Get details on a single version." } ] } ], "bundled": true }