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": "<string>",
    "type": "form_field_options",
    "attributes": {
      "value": "<string>",
      "color": "<string>",
      "position": 123,
      "created_at": "<string>",
      "updated_at": "<string>",
      "id": "<string>",
      "form_field_id": "<string>",
      "default": true
    }
  }
}

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