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": "5c2c127c-f814-43fd-9474-1253ec50f3fb",
"type": "form_field_options",
"attributes": {
"form_field_id": "5394b7cd-ab07-485b-84c8-2b4ea75b1718",
"value": "At laboriosam et cum.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-13T09:21:38.627-08:00",
"created_at": "2026-02-13T09:21:38.627-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "5394b7cd-ab07-485b-84c8-2b4ea75b1718",
"type": "form_fields"
}
}
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/form_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5c2c127c-f814-43fd-9474-1253ec50f3fb",
"type": "form_field_options",
"attributes": {
"form_field_id": "5394b7cd-ab07-485b-84c8-2b4ea75b1718",
"value": "At laboriosam et cum.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-13T09:21:38.627-08:00",
"created_at": "2026-02-13T09:21:38.627-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "5394b7cd-ab07-485b-84c8-2b4ea75b1718",
"type": "form_fields"
}
}
}
}
}