get_options_of_custom_field
Get all options of a custom field. Specify the object type and field slug to list the available choices.
Instructions
Get all options of a custom field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | ID of the parent resource | |
| field_slug | Yes | ID of the parent resource | |
| cursor | No | Cursor for fetching the next page of results | |
| per_page | No | Number of results per page (default: 25) |