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": "987036b9-517f-4803-991d-c34187ce1b1f",
"type": "form_field_options",
"attributes": {
"form_field_id": "d49e5a12-480e-4cc4-af38-0199e977b81a",
"value": "Quas quisquam ut fuga.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-09T07:10:40.014-08:00",
"created_at": "2026-02-09T07:10:40.014-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "d49e5a12-480e-4cc4-af38-0199e977b81a",
"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": "987036b9-517f-4803-991d-c34187ce1b1f",
"type": "form_field_options",
"attributes": {
"form_field_id": "d49e5a12-480e-4cc4-af38-0199e977b81a",
"value": "Quas quisquam ut fuga.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-09T07:10:40.014-08:00",
"created_at": "2026-02-09T07:10:40.014-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "d49e5a12-480e-4cc4-af38-0199e977b81a",
"type": "form_fields"
}
}
}
}
}