Note |
---|
This method is work in progress. |
Download all options of a pick list. This method works with any kind of pick list.
...
List of strings: Most field types only allow to configure a list of strings. This concerns fields Combo, ComboEditable and ComboMultiSelect.
List of strings with meta data: Fields of type ComboAuto are like regular pick lists but with a nice twist: You can also specify a list of strings but also add meta-data to each string. Read more.
URL
Code Block |
---|
(GET) /api/settings/customfields/{id}/options/items |
...
id | The unique ID of the custom field. Easily find all your fields' IDs with: settings/customfields Note: The ID is of the following format. The first number identifies the object to which the field relates (such as project, job, person, segment, etc.). The second number is a sequential field number.
The first number is the object:
| string, Mandatory |
RESULTS
The result is a JSON array with all the options. Each element represents one option with these properties:
...