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": "8dfe438e-86d8-48e5-922e-374e4e25577e",
"type": "form_field_options",
"attributes": {
"form_field_id": "10c78770-60cc-4423-ac2b-e89170058d0a",
"value": "Soluta molestias amet dicta.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-13T18:06:17.334-08:00",
"created_at": "2026-02-13T18:06:17.334-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "10c78770-60cc-4423-ac2b-e89170058d0a",
"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": "8dfe438e-86d8-48e5-922e-374e4e25577e",
"type": "form_field_options",
"attributes": {
"form_field_id": "10c78770-60cc-4423-ac2b-e89170058d0a",
"value": "Soluta molestias amet dicta.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2026-02-13T18:06:17.334-08:00",
"created_at": "2026-02-13T18:06:17.334-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "10c78770-60cc-4423-ac2b-e89170058d0a",
"type": "form_fields"
}
}
}
}
}