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": "3a36f7b5-8d32-4c98-aa82-74710cd80aaf",
    "type": "incident_form_field_selections",
    "attributes": {
      "incident_id": "9d309c1c-ef5b-4c4d-aca0-231c4af78cd7",
      "custom_field_id": 176,
      "form_field_id": "1e913375-f4e5-4f8e-8dae-d8ec1e17b69e",
      "form_field": {
        "id": "1e913375-f4e5-4f8e-8dae-d8ec1e17b69e",
        "team_id": 250,
        "slug": "eaque-qui-unde-qui",
        "kind": "custom",
        "input_kind": "text",
        "value_kind": "inherit",
        "value_kind_catalog_id": null,
        "name": "Eaque qui unde qui.",
        "description": "Est molestiae assumenda totam.",
        "shown": [
          "web_new_incident_form",
          "web_update_incident_form"
        ],
        "required": [],
        "default_values": [],
        "show_on_incident_details": true,
        "enabled": true,
        "updated_at": "2025-12-03T00:38:33.702-08:00",
        "created_at": "2025-12-03T00:38:33.702-08:00",
        "options": [
          {
            "id": "259f1d6c-c0d6-44ca-a4b3-dc53dc486916",
            "form_field_id": "1e913375-f4e5-4f8e-8dae-d8ec1e17b69e",
            "value": "Quae voluptas illum ad.",
            "color": "#FBE4A0",
            "default": false,
            "position": 1,
            "updated_at": "2025-12-03T00:38:33.730-08:00",
            "created_at": "2025-12-03T00:38:33.730-08:00"
          },
          {
            "id": "c05193b8-250c-492b-9901-1c123445aa95",
            "form_field_id": "1e913375-f4e5-4f8e-8dae-d8ec1e17b69e",
            "value": "Perspiciatis pariatur et sed.",
            "color": "#FBE4A0",
            "default": false,
            "position": 2,
            "updated_at": "2025-12-03T00:38:33.734-08:00",
            "created_at": "2025-12-03T00:38:33.734-08:00"
          }
        ],
        "positions": [
          {
            "id": "a5e38e9e-6331-4794-a401-d2c2003b037f",
            "form_field_id": "1e913375-f4e5-4f8e-8dae-d8ec1e17b69e",
            "form": "web_update_incident_form",
            "position": 1
          },
          {
            "id": "97b81f10-00ae-4f3b-a86f-c3a6ffdb455b",
            "form_field_id": "1e913375-f4e5-4f8e-8dae-d8ec1e17b69e",
            "form": "web_new_incident_form",
            "position": 1
          }
        ]
      },
      "value": "Non in voluptatibus odit.",
      "selected_group_ids": [],
      "selected_groups": {
        "id": null,
        "value": "Non in voluptatibus odit."
      },
      "selected_option_ids": [],
      "selected_options": {
        "id": null,
        "value": "Non in voluptatibus odit."
      },
      "selected_service_ids": [],
      "selected_services": {
        "id": null,
        "value": "Non in voluptatibus odit."
      },
      "selected_functionality_ids": [],
      "selected_functionalities": {
        "id": null,
        "value": "Non in voluptatibus odit."
      },
      "selected_catalog_entity_ids": [],
      "selected_catalog_entities": {
        "id": null,
        "value": "Non in voluptatibus odit."
      },
      "selected_user_ids": [],
      "selected_users": {
        "id": null,
        "value": "Non in voluptatibus odit."
      }
    }
  }
}

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