GET api/Picklists
Get all Picklists. Supported Headers: Filter, Sort, SortDesc, IncludeItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Picklist| Name | Description | Type | Additional information |
|---|---|---|---|
| IsAutoInsert | boolean |
None. |
|
| CreateDate | date |
None. |
|
| LastItemAdded | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Items | Collection of PickListItemValue |
None. |
|
| IsEditable | boolean |
None. |
|
| EditDate | date |
None. |
|
| Type | PickListType |
None. |
|
| ID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IsAutoInsert": true,
"Name": "sample string 2",
"Description": "sample string 3",
"Items": [
{
"Value": {},
"Description": "sample string 2"
},
{
"Value": {},
"Description": "sample string 2"
}
],
"IsEditable": true,
"EditDate": "2026-01-14T05:21:00Z",
"Type": 1,
"ID": "50cf825c-ba49-4388-8484-e5813ee9bfd9"
},
{
"IsAutoInsert": true,
"Name": "sample string 2",
"Description": "sample string 3",
"Items": [
{
"Value": {},
"Description": "sample string 2"
},
{
"Value": {},
"Description": "sample string 2"
}
],
"IsEditable": true,
"EditDate": "2026-01-14T05:21:00Z",
"Type": 1,
"ID": "50cf825c-ba49-4388-8484-e5813ee9bfd9"
}
]