Skip to main content

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 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    next string

    Next page of results token

    locales

    object[]

    List of Locale

  • Array [

  • locale string

    Name of Locale

  • ]

Loading...