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": "babcd96b-492e-4490-b18e-2c8bc7667aaa",
"type": "form_field_options",
"attributes": {
"form_field_id": "8f3b57f1-c0eb-46d8-83b8-40d5ae9188ab",
"value": "Veritatis nesciunt sint maxime.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-18T08:35:38.929-08:00",
"created_at": "2025-12-18T08:35:38.928-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "8f3b57f1-c0eb-46d8-83b8-40d5ae9188ab",
"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": "babcd96b-492e-4490-b18e-2c8bc7667aaa",
"type": "form_field_options",
"attributes": {
"form_field_id": "8f3b57f1-c0eb-46d8-83b8-40d5ae9188ab",
"value": "Veritatis nesciunt sint maxime.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-18T08:35:38.929-08:00",
"created_at": "2025-12-18T08:35:38.928-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "8f3b57f1-c0eb-46d8-83b8-40d5ae9188ab",
"type": "form_fields"
}
}
}
}
}