Locales

Types

The Locale object

Field Type Description
LocaleId int
LocaleName string

Endpoints

Get Locale List

Authorization needed

Request
GET https://api.ninthbrain.com/Locale/GetList?api-version=2.0
Example response
HTTP/1.1 200 OK
Content-Type: application/json;charset=utf-8
[
    {
        "LocaleId": 123,
        "LocaleName": "Demo Locale 1"
    },
    {
        "LocaleId": 124,
        "LocaleName": "Demo Locale 2"
    }
]
Errors
  • bad_request (HTTP 400)
  • unauthorized (HTTP 401) - This APIKey is not valid for this service.