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": "f1905a70-2954-412d-a534-ccc9d06d2d4b",
"type": "form_field_options",
"attributes": {
"form_field_id": "c6d553bf-054f-4541-994c-44393e6327b3",
"value": "At omnis et delectus.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-01-19T06:05:17.078-08:00",
"created_at": "2026-01-19T06:05:17.078-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "c6d553bf-054f-4541-994c-44393e6327b3",
"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": "f1905a70-2954-412d-a534-ccc9d06d2d4b",
"type": "form_field_options",
"attributes": {
"form_field_id": "c6d553bf-054f-4541-994c-44393e6327b3",
"value": "At omnis et delectus.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-01-19T06:05:17.078-08:00",
"created_at": "2026-01-19T06:05:17.078-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "c6d553bf-054f-4541-994c-44393e6327b3",
"type": "form_fields"
}
}
}
}
}