Skip to main content
GET
/
v1
/
form_fields
/
{id}
Retrieves a Form Field
curl --request GET \
  --url https://api.rootly.com/v1/form_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4865f9d3-c822-41e1-b58f-f3c81831c529",
    "type": "form_fields",
    "attributes": {
      "team_id": 133,
      "slug": "sit-error-harum-doloribus",
      "kind": "custom",
      "input_kind": "text",
      "value_kind": "inherit",
      "value_kind_catalog_id": null,
      "name": "Sit error harum doloribus.",
      "description": "Eos qui cum quas.",
      "shown": [
        "web_new_incident_form",
        "web_update_incident_form"
      ],
      "required": [],
      "default_values": [],
      "show_on_incident_details": true,
      "enabled": true,
      "updated_at": "2025-10-10T09:08:15.057-07:00",
      "created_at": "2025-10-10T09:08:15.057-07:00"
    },
    "relationships": {
      "options": {
        "data": [
          {
            "id": "ab5fdaf9-faef-4a4d-9d85-0d65dc161fb0",
            "type": "form_field_options"
          },
          {
            "id": "d2847bb4-af9c-4fa2-8e37-75f65b55e4cf",
            "type": "form_field_options"
          }
        ]
      },
      "positions": {
        "data": [
          {
            "id": "719ff07f-dde4-4a9c-8055-6288a24fed2c",
            "type": "form_field_positions"
          },
          {
            "id": "44c8b43a-9755-490a-b0c4-5528acff1d7b",
            "type": "form_field_positions"
          }
        ]
      }
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
required

Resource UUID

Query Parameters

include
enum<string>

comma separated if needed. eg: options,positions

Available options:
options,
positions

Response

form_field found by slug

data
object
required
I