GET
/
v1
/
form_field_options
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/form_field_options/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "699d3505-76a1-44df-8b92-3996f4baca2b",
    "type": "form_field_options",
    "attributes": {
      "form_field_id": "cff1033b-f1d5-400c-939a-c627a270f4aa",
      "value": "Minima aliquid dolorum corrupti.",
      "color": "#FBE4A0",
      "default": false,
      "position": 1,
      "updated_at": "2025-03-20T17:49:01.396-07:00",
      "created_at": "2025-03-20T17:49:01.396-07:00"
    },
    "relationships": {
      "form_field": {
        "data": {
          "id": "cff1033b-f1d5-400c-939a-c627a270f4aa",
          "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

200
application/vnd.api+json
form_field_option found
data
object
required