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
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
resourceItems
ResourceItem[]
List of permissions
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
{
"next": "string",
"resourceItems": [
{
"itemType": "INTERFACE",
"localizedValue": "string",
"interfaceKey": "string",
"itemKey": "string",
"attributeKey": "string",
"allowedValue": "string",
"classificationId": "string"
}
]
}
Loading...