GET
/
v1
/
form_fields
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/form_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "423c83e6-c048-48e0-9140-b413c8a4712f",
    "type": "form_fields",
    "attributes": {
      "team_id": 127,
      "slug": "minus-est-quae-tenetur",
      "kind": "custom",
      "input_kind": "text",
      "value_kind": "inherit",
      "value_kind_catalog_id": null,
      "name": "Minus est quae tenetur.",
      "description": "Dolorum ut eligendi odit.",
      "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-03-22T22:59:46.290-07:00",
      "created_at": "2025-03-22T22:59:46.289-07:00"
    },
    "relationships": {
      "options": {
        "data": [
          {
            "id": "5df38dd7-7635-4131-bb4e-78f3c2784eab",
            "type": "form_field_options"
          },
          {
            "id": "0791578f-d78b-43c1-8c31-aa52c9270770",
            "type": "form_field_options"
          }
        ]
      },
      "positions": {
        "data": [
          {
            "id": "6c121b3d-0821-4217-8838-4f4bd2833c0d",
            "type": "form_field_positions"
          },
          {
            "id": "554b8b06-3c06-456d-8635-0458d7032721",
            "type": "form_field_positions"
          },
          {
            "id": "39b01533-6c3b-489b-9123-3ad85928e989",
            "type": "form_field_positions"
          },
          {
            "id": "745b0283-dd3d-4a11-bc9c-bb1c58268ccc",
            "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
data
object
required