GET
/
v1
/
form_fields
/
{id}
curl --request GET \
  --url 'https://api.rootly.com/v1/form_fields/%7Bid%7D?include=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "af87b6bd-d24d-42ca-9953-ff409567aa69",
    "type": "form_fields",
    "attributes": {
      "team_id": 119,
      "slug": "quas-rerum-quam-sint",
      "kind": "custom",
      "input_kind": "text",
      "value_kind": "inherit",
      "value_kind_catalog_id": null,
      "name": "Quas rerum quam sint.",
      "description": "Ex repellat atque neque.",
      "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-07T00:03:44.506-08:00",
      "created_at": "2025-03-07T00:03:44.506-08:00"
    },
    "relationships": {
      "options": {
        "data": [
          {
            "id": "931d05c3-af8a-4cea-8a7b-e7fd9c024a43",
            "type": "form_field_options"
          },
          {
            "id": "9df07e32-b8c4-4417-916a-29aa2070e435",
            "type": "form_field_options"
          }
        ]
      },
      "positions": {
        "data": [
          {
            "id": "6a5bb719-ac9c-4e66-8a46-1aa42158c092",
            "type": "form_field_positions"
          },
          {
            "id": "c7761be4-2b35-4d2d-afc2-cc67b8c4ae56",
            "type": "form_field_positions"
          },
          {
            "id": "6ac9c4cf-0e81-407a-9144-7f4becc27810",
            "type": "form_field_positions"
          },
          {
            "id": "ed6a0f00-9857-4f79-8211-b4fcfe204ca5",
            "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