Skip to main content
GET
Get one LanguageToken
A language token is a location-specific translation of a Members Portal text key for one language, with optional HTML formatting.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the LanguageToken-Read role.

Path Parameters

integer
required
The Id of the LanguageToken record to retrieve.

Code Examples

Response

200

integer
ID of the language that owns this translation; its location determines access to the token.
string
Required unique token key within the selected language; this is the source text or identifier requested by the Members Portal.
string
Optional translated rich-text value displayed in the Members Portal; HTML markup is supported.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response