Download OpenAPI specification:
The Enterprise Public API.
Returns the choices (code and label pairs) for the named choice list.
| listName required | string camelCase identifier of the choice list. |
| Correlation-Id | string Correlation Id. |
{- "data": {
- "name": "string",
- "scope": "string",
- "choices": [
- {
- "code": "string",
- "label": "string"
}
], - "catalogueVersion": "string",
- "catalogueGeneratedAt": "string"
}, - "meta": {
- "requestId": "string",
- "timestamp": "string",
- "apiVersion": "string"
}
}Returns a manifest of every choice list available in the catalogue.
| Correlation-Id | string Correlation Id. |
{- "data": {
- "items": [
- {
- "name": "string",
- "scope": "string",
- "choiceCount": 0
}
], - "catalogueVersion": "string",
- "catalogueGeneratedAt": "string"
}, - "meta": {
- "requestId": "string",
- "timestamp": "string",
- "apiVersion": "string"
}
}