GET
/
v1
/
form_fields
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/form_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "61700a9f-d20e-4f79-82f6-27e9eaaba371",
    "type": "form_fields",
    "attributes": {
      "team_id": 127,
      "slug": "autem-enim-quis-reiciendis",
      "kind": "custom",
      "input_kind": "text",
      "value_kind": "inherit",
      "value_kind_catalog_id": null,
      "name": "Autem enim quis reiciendis.",
      "description": "Beatae est incidunt officiis.",
      "shown": [
        "web_new_incident_form",
        "web_update_incident_form",
        "slack_new_incident_form",
        "slack_update_incident_form"
      ],
      "required": [],
      "default_values": [],
      "show_on_incident_details": true,
      "enabled": true,
      "updated_at": "2025-06-20T12:41:11.034-07:00",
      "created_at": "2025-06-20T12:41:11.034-07:00"
    },
    "relationships": {
      "options": {
        "data": [
          {
            "id": "b33d2c8a-cd20-465d-b3fc-76e3aa6131d7",
            "type": "form_field_options"
          },
          {
            "id": "0abc3c88-03f3-4361-acad-85f40e2a9716",
            "type": "form_field_options"
          }
        ]
      },
      "positions": {
        "data": [
          {
            "id": "74449fa1-bdfd-4dc6-a0ce-4e1cb0913b41",
            "type": "form_field_positions"
          },
          {
            "id": "c1f9671d-9abe-4384-99c3-b28d0ce093d9",
            "type": "form_field_positions"
          },
          {
            "id": "ac882013-cc20-4104-9177-679bb2923756",
            "type": "form_field_positions"
          },
          {
            "id": "b1ddd58b-70c0-4b90-b57f-1cc4df8a5a0d",
            "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
string
required

Query Parameters

include
enum<string>

comma separated if needed. eg: options,positions

Available options:
options,
positions

Response

200
application/vnd.api+json

form_field found

The response is of type object.