Data Model
Provide a paginated list of Locale
Retrieves the collection of Locale resources.
get/locales
Query parameters
pageinteger
The collection page number
limitinteger
The number of items per page
paginationboolean
Enable or disable pagination
idstring
id[]string[]
activeboolean
Response
Locale collection
Example response
[
{
"id": "identifier_example",
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.