WBEnumRequest
GET {{base_url}}/WBEnumRequest?Id={{integer}}
Retrieves a list of available options for a WorkBook Enumerated (wbEnum) type.
API
WorkBook Enumerated Type API
Requires Authentication
Yes
Returns
List [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. | |||
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":93,"HeaderId":493,"Value":0,"Description":"None","Name":"\u003cNone\u003e"},{"Id":423,"HeaderId":493,"Value":1,"Description":"Exchange OWA","Name":"Exchange OWA"},{"Id":757,"HeaderId":493,"Value":2,"Description":"POP3","Name":"POP3"},{"Id":14497,"HeaderId":493,"Value":4,"Description":"Exchange Web Service","Name":"Exchange Web Service"}]