Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
form_field_option found
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": "5a6e6185-84b2-495c-a79a-886ee6b0b798",
"type": "form_field_options",
"attributes": {
"form_field_id": "7a1ad790-a254-48bc-be35-fa24703aaf55",
"value": "Minus in ea aut.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-11-06T13:22:06.800-08:00",
"created_at": "2025-11-06T13:22:06.800-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "7a1ad790-a254-48bc-be35-fa24703aaf55",
"type": "form_fields"
}
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
form_field_option found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/form_field_options/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5a6e6185-84b2-495c-a79a-886ee6b0b798",
"type": "form_field_options",
"attributes": {
"form_field_id": "7a1ad790-a254-48bc-be35-fa24703aaf55",
"value": "Minus in ea aut.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-11-06T13:22:06.800-08:00",
"created_at": "2025-11-06T13:22:06.800-08:00"
},
"relationships": {
"form_field": {
"data": {
"id": "7a1ad790-a254-48bc-be35-fa24703aaf55",
"type": "form_fields"
}
}
}
}
}