GET
/
v1
/
form_fields
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/form_fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "2790e3aa-cde7-4484-b0bf-6f5d537eeeb4",
    "type": "form_fields",
    "attributes": {
      "team_id": 127,
      "slug": "aut-deserunt-commodi-sequi",
      "kind": "custom",
      "input_kind": "text",
      "value_kind": "inherit",
      "value_kind_catalog_id": null,
      "name": "Aut deserunt commodi sequi.",
      "description": "Eveniet quasi praesentium voluptas.",
      "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-19T02:39:25.790-07:00",
      "created_at": "2025-06-19T02:39:25.790-07:00"
    },
    "relationships": {
      "options": {
        "data": [
          {
            "id": "bbeacb16-a792-4c2c-ae6d-625d011c53d6",
            "type": "form_field_options"
          },
          {
            "id": "83557ed8-ac71-4b13-b736-72c616774961",
            "type": "form_field_options"
          }
        ]
      },
      "positions": {
        "data": [
          {
            "id": "dfce24a3-3449-4798-b2ea-52606558d52a",
            "type": "form_field_positions"
          },
          {
            "id": "34e247a4-c478-4225-bb04-dec112f3421b",
            "type": "form_field_positions"
          },
          {
            "id": "ffaa6422-9aa3-4df2-a84c-96cb5290a6b7",
            "type": "form_field_positions"
          },
          {
            "id": "5ed91e95-a352-4268-bd3f-a84002de66da",
            "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.