WBEnumSingleRequest

GET {{base_url}}/WBEnumSingleRequest?Id={{integer}}&Value={{integer}}

Retrieves a specific option from a list of available options for a WorkBook Enumerated (wbEnum) type.

API
WorkBook Enumerated Type API

Requires Authentication
Yes

Returns
wbEnum

Batch?
No

Request Params

KeyDatatypeRequiredDescription
IdstringRequired.
(int32)
The header identifier of the WorkBook Enumerated (wbEnum) type.
For information about the wbEnum object, see wbEnum.
ValuestringRequired.
(int32)
The associated value.
LCIDstringOptional.
(int32)
The identifier of the associated localization language.
If no identifier is provided, this falls back to using the identifier of your current localization language for the application interface.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
The type of content supported by the API endpoint.

RESPONSES

status: OK

{"Id":7017,"HeaderId":552,"Value":1,"Description":"Public","SortIndex":1,"Name":"Public"}