Object options
List field options
Returns the options (tags) defined on a select/tags field.
get/public/v1/objects/{name}/fields/{fieldId}/options
Path parameters
namestring required
Example:deals
fieldIdinteger required
Example:42
Response
Options list
Example response
{
"ok": true,
"data": [
{
"id": 1,
"name": "example",
"color": "example",
"order": 1,
"created_at": "example",
"updated_at": "example"
}
]
}