Skip to main content

Get Resource Items by Locale

GET 

/sites/:siteId/locales/:locale/resourceItems

Returns the list resource items

Request

Path Parameters

    siteId stringrequired

    Site Identifier

    locale stringrequired

    Site Locale (ISO 639 / ISO 3166)

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

    resourceItems

    ResourceItem[]

    List of permissions

  • Array [

  • itemType LocaleResourceType (string)

    Type of Locale Resource

    Possible values: [INTERFACE, SCHEMA, CLASSIFICATION]

    localizedValue string

    Localized Value

    interfaceKey string

    Interface Key

    itemKey string

    Item Key

    attributeKey string

    Attribute Key

    allowedValue string

    Resource value

    classificationId string

    Classification Id

  • ]

Loading...