v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Users:v1:Custom Fields:Custom Field options

Get custom field options

Retrieve a list of all dropdown value options under a specified custom field

get/users/v1/custom-fields/{customFieldId}/options

Path parameters

customFieldIdinteger required

The unique identifier of the custom field

The unique identifier of the custom field

Query parameters

limitinteger

The maximum number of results to display per page

The maximum number of results to display per page

offsetinteger

The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results

The resource offset of the last successfully read resource will be returned as the paging.offset JSON property of a paginated response containing more results

isDisabledboolean

Parameter specifying the if to filter only for disabled options.

Parameter specifying the if to filter only for disabled options.

isDeletedboolean

Parameter specifying the if to filter only for deleted options.

Parameter specifying the if to filter only for deleted options.

Response

Successful Response

requestIdstring