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": "b4dcbd4e-1a20-484e-a935-e8747b26ad98",
    "type": "incident_form_field_selections",
    "attributes": {
      "incident_id": "e0f5acc9-f67c-44cd-a77b-df8b63f5c0a8",
      "custom_field_id": 176,
      "form_field_id": "0cbebbec-8480-4b88-9b6d-6341441e4aa1",
      "form_field": {
        "id": "0cbebbec-8480-4b88-9b6d-6341441e4aa1",
        "team_id": 299,
        "slug": "culpa-ut-dolor-quas",
        "kind": "custom",
        "input_kind": "text",
        "value_kind": "inherit",
        "value_kind_catalog_id": null,
        "name": "Culpa ut dolor quas.",
        "description": "Soluta maiores aut iste.",
        "shown": [
          "web_new_incident_form",
          "web_update_incident_form"
        ],
        "required": [],
        "default_values": [],
        "show_on_incident_details": true,
        "enabled": true,
        "updated_at": "2026-01-12T21:47:15.465-08:00",
        "created_at": "2026-01-12T21:47:15.465-08:00",
        "options": [
          {
            "id": "5f0f71b4-3856-48ec-a0a2-9295e1c90732",
            "form_field_id": "0cbebbec-8480-4b88-9b6d-6341441e4aa1",
            "value": "Natus asperiores quis doloremque.",
            "color": "#FBE4A0",
            "default": false,
            "position": 1,
            "updated_at": "2026-01-12T21:47:15.488-08:00",
            "created_at": "2026-01-12T21:47:15.488-08:00"
          },
          {
            "id": "171ff065-7e5a-4e61-af88-2c6e35986990",
            "form_field_id": "0cbebbec-8480-4b88-9b6d-6341441e4aa1",
            "value": "Omnis id repellendus iste.",
            "color": "#FBE4A0",
            "default": false,
            "position": 2,
            "updated_at": "2026-01-12T21:47:15.491-08:00",
            "created_at": "2026-01-12T21:47:15.491-08:00"
          }
        ],
        "positions": [
          {
            "id": "34647996-de15-4dc9-ac51-320c6535fd67",
            "form_field_id": "0cbebbec-8480-4b88-9b6d-6341441e4aa1",
            "form": "web_update_incident_form",
            "position": 1
          },
          {
            "id": "811bbcda-b73c-422d-bbd6-662f2936e45f",
            "form_field_id": "0cbebbec-8480-4b88-9b6d-6341441e4aa1",
            "form": "web_new_incident_form",
            "position": 1
          }
        ]
      },
      "value": "Eaque error dolores accusantium.",
      "selected_group_ids": [],
      "selected_groups": {
        "id": null,
        "value": "Eaque error dolores accusantium."
      },
      "selected_option_ids": [],
      "selected_options": {
        "id": null,
        "value": "Eaque error dolores accusantium."
      },
      "selected_service_ids": [],
      "selected_services": {
        "id": null,
        "value": "Eaque error dolores accusantium."
      },
      "selected_functionality_ids": [],
      "selected_functionalities": {
        "id": null,
        "value": "Eaque error dolores accusantium."
      },
      "selected_catalog_entity_ids": [],
      "selected_catalog_entities": {
        "id": null,
        "value": "Eaque error dolores accusantium."
      },
      "selected_user_ids": [],
      "selected_users": {
        "id": null,
        "value": "Eaque error dolores accusantium."
      }
    }
  }
}

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