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": "a1e9a3f5-748e-4c44-a308-68d9ff0b13f3",
"type": "form_field_options",
"attributes": {
"form_field_id": "2abd1a90-906d-40f8-b626-d98713e14d09",
"value": "Perspiciatis ducimus dolor id.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-12T08:03:30.179-08:00",
"created_at": "2026-02-12T08:03:30.179-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "2abd1a90-906d-40f8-b626-d98713e14d09",
"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": "a1e9a3f5-748e-4c44-a308-68d9ff0b13f3",
"type": "form_field_options",
"attributes": {
"form_field_id": "2abd1a90-906d-40f8-b626-d98713e14d09",
"value": "Perspiciatis ducimus dolor id.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-12T08:03:30.179-08:00",
"created_at": "2026-02-12T08:03:30.179-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "2abd1a90-906d-40f8-b626-d98713e14d09",
"type": "form_fields"
}
}
}
}
}