v1

latestSwagger 2.02026-08-043765135.6 KB
translations

Get Translations

Retrieve all existing translations

get/translations

Query parameters

mockboolean

Return mock data

idstring[]
resourceUristring string

Query by resourceUri

localestring string

Query by translation locale

keystring[]

Query by translation keys

perPageinteger

Query parameter to set the number of results per page

pageAfterstring

Query parameter to set the token for the next page of results

order'asc' | 'desc'

Specify the order of the returned data based on the field specified in "orderBy".

orderBystring

Field by which to order results

Response

Return an array of data responses

Example response

{
  "data": [
    {
      "attributes": {
        "resourceUri": "/organizations/246c77ac-eaf6-4ec5-bfe2-57f91cd50a35/templates/00000000-0000-0000-0000-000000000067",
        "createdAt": "2018-02-03T10:30:00Z",
        "updatedAt": "2018-02-03T10:30:00Z"
      },
      "relationships": {
        "organization": {
          "data": {
            "type": "organizations",
            "id": "bdb88373-bf66-4bfc-a4f8-3a35be5c2f9c"
          }
        }
      }
    }
  ]
}