Skip to main content
GET
/
v1
/
form_field_options
/
{id}
Retrieves FormField Options
curl --request GET \
  --url https://api.rootly.com/v1/form_field_options/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e4c7250f-76e4-42e7-b621-2acab049ea67",
    "type": "form_field_options",
    "attributes": {
      "form_field_id": "9f1e86f3-8248-4126-949c-c9966af87d30",
      "value": "Quidem incidunt et a.",
      "color": "#FBE4A0",
      "default": false,
      "position": 1,
      "updated_at": "2025-12-11T10:57:16.625-08:00",
      "created_at": "2025-12-11T10:57:16.625-08:00"
    },
    "relationships": {
      "form_field": {
        "data": {
          "id": "9f1e86f3-8248-4126-949c-c9966af87d30",
          "type": "form_fields"
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

form_field_option found

data
object
required