Lists options of custom field
Custom Fields
Lists options of custom field
Returns a paginated list of all options of the given custom field.
Only SINGLE_SELECT and MULTI_SELECT custom fields have options; for other field types the list is empty.
GET
Lists options of custom field
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
Unique identifier of the custom field
Query Parameters
Page number, starting with 0, default 0
Required range:
x >= 0Page size, accepts values between 1 and 50, default 50
Required range:
1 <= x <= 50Filter by option name
Sort by this field
Available options:
NAME Sort direction
Available options:
ASC, DESC