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
Key | Datatype | Required | Description |
---|---|---|---|
Id | string | Required. | |
(int32) | |||
The header identifier of the WorkBook Enumerated (wbEnum) type. | |||
For information about the wbEnum object, see wbEnum. | |||
Value | string | Required. | |
(int32) | |||
The associated value. | |||
LCID | string | Optional. | |
(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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
{"Id":7017,"HeaderId":552,"Value":1,"Description":"Public","SortIndex":1,"Name":"Public"}