Retrieves a specific form_field_option by id
curl --request GET \
--url https://api.rootly.com/v1/form_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "60bb0c8d-164d-4478-ac0d-f19122952ce0",
"type": "form_field_options",
"attributes": {
"form_field_id": "08b03ade-732c-4298-9aa3-8f1afdad7fce",
"value": "Et fuga aliquid aut.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-08T10:08:41.510-08:00",
"created_at": "2025-12-08T10:08:41.510-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "08b03ade-732c-4298-9aa3-8f1afdad7fce",
"type": "form_fields"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
form_field_option found
Show child attributes
Unique ID of the form field option
form_field_options Show child attributes
The value of the form field option
The hex color of the form field option
The position of the form field option
Date of creation
Date of last update
Unique ID of the form field option
The ID of the parent custom field
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/form_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "60bb0c8d-164d-4478-ac0d-f19122952ce0",
"type": "form_field_options",
"attributes": {
"form_field_id": "08b03ade-732c-4298-9aa3-8f1afdad7fce",
"value": "Et fuga aliquid aut.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-08T10:08:41.510-08:00",
"created_at": "2025-12-08T10:08:41.510-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "08b03ade-732c-4298-9aa3-8f1afdad7fce",
"type": "form_fields"
}
}
}
}
}