GET api/Picklists?name={name}
Get Picklist by name. Supported Headers: IncludeItems
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PicklistName | 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": "2024-12-05T02:31:37Z", "Type": 1, "ID": "673f8429-3564-4282-86d0-c7e962102d11" }