get_options_of_custom_field
Retrieve available options for a custom field in Eduframe by specifying the object type and field slug. Use this tool to access dropdown choices or selection values for lead management customization.
Instructions
Get all options of a custom field
Input Schema
TableJSON 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) |