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": "495bbd88-74b8-4210-9d43-3108114c9ced",
"type": "form_field_options",
"attributes": {
"form_field_id": "b18f5423-ac25-4e88-955e-aedbcabf0721",
"value": "Ea alias quia inventore.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-18T18:07:35.116-08:00",
"created_at": "2026-02-18T18:07:35.116-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "b18f5423-ac25-4e88-955e-aedbcabf0721",
"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": "495bbd88-74b8-4210-9d43-3108114c9ced",
"type": "form_field_options",
"attributes": {
"form_field_id": "b18f5423-ac25-4e88-955e-aedbcabf0721",
"value": "Ea alias quia inventore.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-18T18:07:35.116-08:00",
"created_at": "2026-02-18T18:07:35.116-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "b18f5423-ac25-4e88-955e-aedbcabf0721",
"type": "form_fields"
}
}
}
}
}