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": "21e3cfe8-b964-4c03-a398-bad2ed3ba48c",
"type": "form_field_options",
"attributes": {
"form_field_id": "20814c85-304b-49ce-82b0-b0788665dcb2",
"value": "Sit deserunt reprehenderit occaecati.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-01-05T05:18:33.144-08:00",
"created_at": "2026-01-05T05:18:33.144-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "20814c85-304b-49ce-82b0-b0788665dcb2",
"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": "21e3cfe8-b964-4c03-a398-bad2ed3ba48c",
"type": "form_field_options",
"attributes": {
"form_field_id": "20814c85-304b-49ce-82b0-b0788665dcb2",
"value": "Sit deserunt reprehenderit occaecati.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-01-05T05:18:33.144-08:00",
"created_at": "2026-01-05T05:18:33.144-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "20814c85-304b-49ce-82b0-b0788665dcb2",
"type": "form_fields"
}
}
}
}
}