v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Translations

Get

Get a translation for the given id.

get/public/api/translations/{id}

Path parameters

idstring required

The id of the translation

Headers

Acceptstring

e.g. application/json

Response

OK

translation_idstring
languagestring
keystring
valuestring
usstring
enstring
castring
frstring
destring
esstring
nlstring
plstring
itstring
rustring
created_datestring
updated_datestring
group_idsstring[]

Example response

{
  "translation_id": "587de6c4e000eb001877e3a1",
  "language": "fr",
  "key": "ACTIONPLANCAMPAIGNDESCRIPTION",
  "value": "Faites le tour du magasin avec cette fiche de visite",
  "us": "Walk around the store with the visit sheet",
  "en": "Walk around the store with the visit sheet",
  "ca": "Walk around the store with the visit sheet",
  "fr": "Faites le tour du magasin avec cette fiche de visite",
  "de": "Gehen Sie um den Laden mit dem Besuch Blatt",
  "es": "Paseo por la tienda con la hoja de visita",
  "nl": "Loop rond de winkel met het bezoek vel",
  "pl": "Spacer po sklepie z arkuszem wizyty",
  "it": "Passeggiata intorno al negozio con la scheda di visita",
  "ru": "Прогулка вокруг магазина с посещением листа",
  "created_date": "2017-01-17T09:41:24.401Z",
  "updated_date": "2017-01-18T15:27:49.026Z",
  "group_ids": [
    "yoobicprojectmanager"
  ]
}