Get a single translatable entry
Translations
Get a single translatable entry
Returns the full content of a single translatable entry in the specified language.
The entry ID uses the format “type:id” as returned by GET /translations/entries. The id part is a
Mongo id for article, collection and emailtemplate (e.g. “article:507f1f77bcf86cd799439011”) and
the translation key for statictranslation (e.g. “statictranslation:welcomeText”).
If no language is specified, the project’s primary language is used.
GET
Get a single translatable entry