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": "e370dad1-b10c-4b2f-aa34-dce7b4a8e1af",
    "type": "incident_form_field_selections",
    "attributes": {
      "incident_id": "b77f7125-a600-4e52-adce-9786837686b8",
      "custom_field_id": 176,
      "form_field_id": "ac98a16f-e379-4085-947f-388db3d2ffc2",
      "form_field": {
        "id": "ac98a16f-e379-4085-947f-388db3d2ffc2",
        "team_id": 193,
        "slug": "nulla-sit-expedita-harum",
        "kind": "custom",
        "input_kind": "text",
        "value_kind": "inherit",
        "value_kind_catalog_id": null,
        "name": "Nulla sit expedita harum.",
        "description": "Facere porro libero beatae.",
        "shown": [
          "web_new_incident_form",
          "web_update_incident_form"
        ],
        "required": [],
        "default_values": [],
        "show_on_incident_details": true,
        "enabled": true,
        "updated_at": "2025-09-05T00:37:35.885-07:00",
        "created_at": "2025-09-05T00:37:35.885-07:00",
        "options": [
          {
            "id": "a5a01bbc-2fa6-401e-9d00-e18b3494a176",
            "form_field_id": "ac98a16f-e379-4085-947f-388db3d2ffc2",
            "value": "Consequatur suscipit omnis modi.",
            "color": "#FBE4A0",
            "default": false,
            "position": 1,
            "updated_at": "2025-09-05T00:37:35.915-07:00",
            "created_at": "2025-09-05T00:37:35.915-07:00"
          },
          {
            "id": "5d7db322-90a2-4317-92e7-174514f76f8d",
            "form_field_id": "ac98a16f-e379-4085-947f-388db3d2ffc2",
            "value": "Rerum accusamus vero repellat.",
            "color": "#FBE4A0",
            "default": false,
            "position": 2,
            "updated_at": "2025-09-05T00:37:35.918-07:00",
            "created_at": "2025-09-05T00:37:35.918-07:00"
          }
        ],
        "positions": [
          {
            "id": "16bf3213-61f0-4f52-8be1-b24c7529c59a",
            "form_field_id": "ac98a16f-e379-4085-947f-388db3d2ffc2",
            "form": "web_update_incident_form",
            "position": 1
          },
          {
            "id": "5621a85c-840d-450c-ab77-30794c4eda2e",
            "form_field_id": "ac98a16f-e379-4085-947f-388db3d2ffc2",
            "form": "web_new_incident_form",
            "position": 1
          }
        ]
      },
      "value": "Provident ut quo quia.",
      "selected_group_ids": [],
      "selected_groups": {
        "id": null,
        "value": "Provident ut quo quia."
      },
      "selected_option_ids": [],
      "selected_options": {
        "id": null,
        "value": "Provident ut quo quia."
      },
      "selected_service_ids": [],
      "selected_services": {
        "id": null,
        "value": "Provident ut quo quia."
      },
      "selected_functionality_ids": [],
      "selected_functionalities": {
        "id": null,
        "value": "Provident ut quo quia."
      },
      "selected_catalog_entity_ids": [],
      "selected_catalog_entities": {
        "id": null,
        "value": "Provident ut quo quia."
      },
      "selected_user_ids": [],
      "selected_users": {
        "id": null,
        "value": "Provident ut quo 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

200
application/vnd.api+json

incident_form_field_selection found

The response is of type object.