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": "d7a30a7e-9ded-4639-b9a5-ca1bdeb3c89f",
"type": "form_field_options",
"attributes": {
"form_field_id": "a3d621fb-4cb5-41c3-afe0-ed13deec9676",
"value": "Quos saepe ea maiores.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-02T00:05:22.039-08:00",
"created_at": "2026-02-02T00:05:22.039-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "a3d621fb-4cb5-41c3-afe0-ed13deec9676",
"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": "d7a30a7e-9ded-4639-b9a5-ca1bdeb3c89f",
"type": "form_field_options",
"attributes": {
"form_field_id": "a3d621fb-4cb5-41c3-afe0-ed13deec9676",
"value": "Quos saepe ea maiores.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-02T00:05:22.039-08:00",
"created_at": "2026-02-02T00:05:22.039-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "a3d621fb-4cb5-41c3-afe0-ed13deec9676",
"type": "form_fields"
}
}
}
}
}