Skip to main content
GET
/
v1
/
incident_form_field_selections
/
{id}
Retrieves an incident form field selection
curl --request GET \
  --url https://api.rootly.com/v1/incident_form_field_selections/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "2ac7ba03-50be-4578-b013-fa5800db1079",
    "type": "incident_form_field_selections",
    "attributes": {
      "incident_id": "5bf79b95-ad7b-46b8-8efb-7fc4904d79f7",
      "custom_field_id": 176,
      "form_field_id": "38032926-a08b-4646-916c-16ba539704e9",
      "form_field": {
        "id": "38032926-a08b-4646-916c-16ba539704e9",
        "team_id": 299,
        "slug": "est-modi-rerum-quisquam",
        "kind": "custom",
        "input_kind": "text",
        "value_kind": "inherit",
        "value_kind_catalog_id": null,
        "name": "Est modi rerum quisquam.",
        "description": "Consequatur et eum laudantium.",
        "shown": [
          "web_new_incident_form",
          "web_update_incident_form"
        ],
        "required": [],
        "default_values": [],
        "show_on_incident_details": true,
        "enabled": true,
        "updated_at": "2026-01-13T14:35:40.565-08:00",
        "created_at": "2026-01-13T14:35:40.565-08:00",
        "options": [
          {
            "id": "eaf0d3e3-ea3f-4753-86a5-c7749de31bd0",
            "form_field_id": "38032926-a08b-4646-916c-16ba539704e9",
            "value": "Ut alias recusandae pariatur.",
            "color": "#FBE4A0",
            "default": false,
            "position": 1,
            "updated_at": "2026-01-13T14:35:40.588-08:00",
            "created_at": "2026-01-13T14:35:40.588-08:00"
          },
          {
            "id": "84ca7322-29b6-491a-b5cd-3bd4a5598a96",
            "form_field_id": "38032926-a08b-4646-916c-16ba539704e9",
            "value": "Doloribus totam veritatis et.",
            "color": "#FBE4A0",
            "default": false,
            "position": 2,
            "updated_at": "2026-01-13T14:35:40.590-08:00",
            "created_at": "2026-01-13T14:35:40.590-08:00"
          }
        ],
        "positions": [
          {
            "id": "0e28e4ce-1bfa-4167-b66b-e605e890696d",
            "form_field_id": "38032926-a08b-4646-916c-16ba539704e9",
            "form": "web_update_incident_form",
            "position": 1
          },
          {
            "id": "38431b87-2794-4fa5-9543-7ab6067ddf3e",
            "form_field_id": "38032926-a08b-4646-916c-16ba539704e9",
            "form": "web_new_incident_form",
            "position": 1
          }
        ]
      },
      "value": "Aut dolor dicta nulla.",
      "selected_group_ids": [],
      "selected_groups": {
        "id": null,
        "value": "Aut dolor dicta nulla."
      },
      "selected_option_ids": [],
      "selected_options": {
        "id": null,
        "value": "Aut dolor dicta nulla."
      },
      "selected_service_ids": [],
      "selected_services": {
        "id": null,
        "value": "Aut dolor dicta nulla."
      },
      "selected_functionality_ids": [],
      "selected_functionalities": {
        "id": null,
        "value": "Aut dolor dicta nulla."
      },
      "selected_catalog_entity_ids": [],
      "selected_catalog_entities": {
        "id": null,
        "value": "Aut dolor dicta nulla."
      },
      "selected_user_ids": [],
      "selected_users": {
        "id": null,
        "value": "Aut dolor dicta nulla."
      }
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

incident_form_field_selection found

data
object
required