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": "d8d17c68-c1ef-44b1-9299-d38b8fa0e1b0",
"type": "form_field_options",
"attributes": {
"form_field_id": "6358f0c0-06d5-485d-9fbf-ca6c84333347",
"value": "Et fuga veritatis at.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-24T09:24:34.690-08:00",
"created_at": "2025-12-24T09:24:34.690-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "6358f0c0-06d5-485d-9fbf-ca6c84333347",
"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": "d8d17c68-c1ef-44b1-9299-d38b8fa0e1b0",
"type": "form_field_options",
"attributes": {
"form_field_id": "6358f0c0-06d5-485d-9fbf-ca6c84333347",
"value": "Et fuga veritatis at.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-24T09:24:34.690-08:00",
"created_at": "2025-12-24T09:24:34.690-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "6358f0c0-06d5-485d-9fbf-ca6c84333347",
"type": "form_fields"
}
}
}
}
}