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": "5c2c127c-f814-43fd-9474-1253ec50f3fb",
    "type": "form_field_options",
    "attributes": {
      "form_field_id": "5394b7cd-ab07-485b-84c8-2b4ea75b1718",
      "value": "At laboriosam et cum.",
      "color": "#FBE4A0",
      "default": false,
      "position": 1,
      "updated_at": "2026-02-13T09:21:38.627-08:00",
      "created_at": "2026-02-13T09:21:38.627-08:00"
    },
    "relationships": {
      "form_field": {
        "data": {
          "id": "5394b7cd-ab07-485b-84c8-2b4ea75b1718",
          "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