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": "ace25bc5-6e50-435f-805a-fbe7e3ab1c1f",
    "type": "incident_form_field_selections",
    "attributes": {
      "incident_id": "d74afc16-2edc-48bf-a0cd-64986338c0c4",
      "custom_field_id": 176,
      "form_field_id": "27965c6e-8e8e-4f56-84a9-eaacf3f6cdcd",
      "form_field": {
        "id": "27965c6e-8e8e-4f56-84a9-eaacf3f6cdcd",
        "team_id": 207,
        "slug": "et-et-perferendis-quam",
        "kind": "custom",
        "input_kind": "text",
        "value_kind": "inherit",
        "value_kind_catalog_id": null,
        "name": "Et et perferendis quam.",
        "description": "Velit in ea porro.",
        "shown": [
          "web_new_incident_form",
          "web_update_incident_form"
        ],
        "required": [],
        "default_values": [],
        "show_on_incident_details": true,
        "enabled": true,
        "updated_at": "2025-10-22T22:46:56.349-07:00",
        "created_at": "2025-10-22T22:46:56.349-07:00",
        "options": [
          {
            "id": "82af0883-594f-4d86-87bf-f081faa290a0",
            "form_field_id": "27965c6e-8e8e-4f56-84a9-eaacf3f6cdcd",
            "value": "Dolorum incidunt sed sit.",
            "color": "#FBE4A0",
            "default": false,
            "position": 1,
            "updated_at": "2025-10-22T22:46:56.389-07:00",
            "created_at": "2025-10-22T22:46:56.389-07:00"
          },
          {
            "id": "9d506f5a-8ba7-440b-a908-a161957f4fb3",
            "form_field_id": "27965c6e-8e8e-4f56-84a9-eaacf3f6cdcd",
            "value": "Alias harum explicabo iusto.",
            "color": "#FBE4A0",
            "default": false,
            "position": 2,
            "updated_at": "2025-10-22T22:46:56.394-07:00",
            "created_at": "2025-10-22T22:46:56.394-07:00"
          }
        ],
        "positions": [
          {
            "id": "617cd403-f6de-452b-b644-0f9ebe9647a2",
            "form_field_id": "27965c6e-8e8e-4f56-84a9-eaacf3f6cdcd",
            "form": "web_new_incident_form",
            "position": 1
          },
          {
            "id": "b43eedda-7150-4dd3-a9d5-41b7dc1b0a4b",
            "form_field_id": "27965c6e-8e8e-4f56-84a9-eaacf3f6cdcd",
            "form": "web_update_incident_form",
            "position": 1
          }
        ]
      },
      "value": "Voluptas dolore aspernatur quia.",
      "selected_group_ids": [],
      "selected_groups": {
        "id": null,
        "value": "Voluptas dolore aspernatur quia."
      },
      "selected_option_ids": [],
      "selected_options": {
        "id": null,
        "value": "Voluptas dolore aspernatur quia."
      },
      "selected_service_ids": [],
      "selected_services": {
        "id": null,
        "value": "Voluptas dolore aspernatur quia."
      },
      "selected_functionality_ids": [],
      "selected_functionalities": {
        "id": null,
        "value": "Voluptas dolore aspernatur quia."
      },
      "selected_catalog_entity_ids": [],
      "selected_catalog_entities": {
        "id": null,
        "value": "Voluptas dolore aspernatur quia."
      },
      "selected_user_ids": [],
      "selected_users": {
        "id": null,
        "value": "Voluptas dolore aspernatur quia."
      }
    }
  }
}

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
I