v1

latestOpenAPI 3.0.22026-07-146168117.0 KB
Translations

This endpoint returns a translation by ID. Please note that this feature is exclusively available as part of the Business API.

get/translations/{id}

Path parameters

idstring required

The ID of the translation to get results for.

Response

Successfully returned a list translation

status'ok'

Example response

{
  "results": {
    "translation": {
      "id": "5d40fdaf174b4c0007043072",
      "title": "My German Translation",
      "language": "German",
      "mapping": {
        "submitting": "Submitting..."
      },
      "created_at": "2019-04-14T09:00:00.000Z",
      "updated_at": "2019-04-14T09:00:00.000Z",
      "account_timezone": "America/Los_Angeles",
      "created_at_utc": "2019-04-14T09:00:00.000Z",
      "updated_at_utc": "2019-04-14T09:00:00.000Z"
    }
  }
}