List options for a select/multiselect smart field
Smart Fields
List options for a select/multiselect smart field
Returns a paginated list of options for a select or multiselect smart field. Supports cursor-based pagination and optional label search.
GET
List options for a select/multiselect smart field
Authorizations
API key for authentication. Get your key at https://app.tomorro.com/settings/integrations?integration=api-key
Path Parameters
The smart field ID.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Query Parameters
Number of items per page (1-50)
Required range:
1 <= x <= 50Example:
20
Cursor for forward pagination. Use the next_cursor value from a previous response.
Example:
"eyJpZCI6IjEyMyJ9"
Cursor for backward pagination. Use the prev_cursor value from a previous response.
Example:
"eyJpZCI6IjEwMCJ9"
Filter options by label (partial match).
Example:
"Technology"