Picklists
Retrieve all available values configured on a picklist.
Columns
| Name | Type | Description |
| Name [KEY] | String | The picklist name. |
| Label | String | The picklist label. |
| Kind | String | There are two kinds of picklists: global picklists apply to documents and objects; user picklists apply to Vault users. |
| System | Bool | Indicates if the picklist is system-managed. If true, the picklist values cannot be added, edited, or removed. |
| DocumentTypeNames | String | For document picklists, this is the comma separated list of document type names in which the picklist is defined. |
| ObjectNames | String | For object picklists, this is the comma separated list of object names in which the picklist is defined. |
| PropertyName | String | For document picklists, this is the comma separated list of document field names using the picklist. |