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": "f88b5404-795e-41e0-836c-f5c951413f5c",
    "type": "incident_form_field_selections",
    "attributes": {
      "incident_id": "358a703f-82d5-4447-9cba-e9e692c6f0de",
      "custom_field_id": 176,
      "form_field_id": "73455c2d-33d0-409a-8986-a492f09dc45f",
      "form_field": {
        "id": "73455c2d-33d0-409a-8986-a492f09dc45f",
        "team_id": 261,
        "slug": "non-non-consequatur-quam",
        "kind": "custom",
        "input_kind": "text",
        "value_kind": "inherit",
        "value_kind_catalog_id": null,
        "name": "Non non consequatur quam.",
        "description": "Maiores quisquam veritatis amet.",
        "shown": [
          "web_new_incident_form",
          "web_update_incident_form"
        ],
        "required": [],
        "default_values": [],
        "show_on_incident_details": true,
        "enabled": true,
        "updated_at": "2025-12-12T00:12:08.373-08:00",
        "created_at": "2025-12-12T00:12:08.373-08:00",
        "options": [
          {
            "id": "1024c6b2-d2b9-4aab-8260-31ccbf80c0a5",
            "form_field_id": "73455c2d-33d0-409a-8986-a492f09dc45f",
            "value": "Odit culpa dolores debitis.",
            "color": "#FBE4A0",
            "default": false,
            "position": 1,
            "updated_at": "2025-12-12T00:12:08.417-08:00",
            "created_at": "2025-12-12T00:12:08.417-08:00"
          },
          {
            "id": "389a546e-1ccf-491e-b1e8-62a994b43c57",
            "form_field_id": "73455c2d-33d0-409a-8986-a492f09dc45f",
            "value": "Id sequi vel aliquam.",
            "color": "#FBE4A0",
            "default": false,
            "position": 2,
            "updated_at": "2025-12-12T00:12:08.423-08:00",
            "created_at": "2025-12-12T00:12:08.423-08:00"
          }
        ],
        "positions": [
          {
            "id": "aad1ca1b-cf77-44d7-a5e5-292c316d7247",
            "form_field_id": "73455c2d-33d0-409a-8986-a492f09dc45f",
            "form": "web_new_incident_form",
            "position": 1
          },
          {
            "id": "5208ac1d-e4d1-410b-89aa-90b99fba4908",
            "form_field_id": "73455c2d-33d0-409a-8986-a492f09dc45f",
            "form": "web_update_incident_form",
            "position": 1
          }
        ]
      },
      "value": "In sed unde non.",
      "selected_group_ids": [],
      "selected_groups": {
        "id": null,
        "value": "In sed unde non."
      },
      "selected_option_ids": [],
      "selected_options": {
        "id": null,
        "value": "In sed unde non."
      },
      "selected_service_ids": [],
      "selected_services": {
        "id": null,
        "value": "In sed unde non."
      },
      "selected_functionality_ids": [],
      "selected_functionalities": {
        "id": null,
        "value": "In sed unde non."
      },
      "selected_catalog_entity_ids": [],
      "selected_catalog_entities": {
        "id": null,
        "value": "In sed unde non."
      },
      "selected_user_ids": [],
      "selected_users": {
        "id": null,
        "value": "In sed unde non."
      }
    }
  }
}

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