Get Locales
GET/sites/:siteId/locales
Returns a list of locale(s) in a specified site
Request
Path Parameters
siteId stringrequired
Site Identifier
Query Parameters
next string
Next page of results token
limit string
Limit Results
Default value:
10
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
next string
Next page of results token
locales
object[]
List of Locale
locale string
Name of Locale
{
"next": "string",
"locales": [
{
"locale": "string"
}
]
}
Loading...