Retrieves a specific incident form field selection by id
curl --request GET \
--url https://api.rootly.com/v1/incident_form_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ccacbd54-6b56-4d14-ac2a-0e533d463a5b",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "02a270b1-3ee9-4dca-ba40-39faf5e925a7",
"custom_field_id": 176,
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"form_field": {
"id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"team_id": 257,
"slug": "est-dolorem-at-quisquam",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Est dolorem at quisquam.",
"description": "Et fuga nobis nisi.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-12-05T05:24:36.662-08:00",
"created_at": "2025-12-05T05:24:36.662-08:00",
"options": [
{
"id": "3f972818-7551-4ee6-a015-d49e6c21bffa",
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"value": "Et fugiat modi delectus.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-05T05:24:36.691-08:00",
"created_at": "2025-12-05T05:24:36.691-08:00"
},
{
"id": "d1050587-a90e-4c03-a4ab-591301ebbb66",
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"value": "Veritatis fuga quo optio.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-12-05T05:24:36.694-08:00",
"created_at": "2025-12-05T05:24:36.694-08:00"
}
],
"positions": [
{
"id": "fbc0875b-40bc-4802-9546-ec584e88b8f7",
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "769581b3-a4fa-4a55-86f3-5de2e0f14594",
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Provident consequatur dolor magni.",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Provident consequatur dolor magni."
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_form_field_selection found
Show child attributes
Unique ID of the incident_form_field_selection
incident_form_field_selections Show child attributes
The custom field for this selection
The selected value for text kind custom fields
The selected catalog entities for select and multi_select kinds
The selected groups (teams) for select and multi_select kinds
The selected options for select and multi_select kinds
The selected services for select and multi_select kinds
The selected functionalities for select and multi_select kinds
The selected users for select and multi_select kinds
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_form_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "ccacbd54-6b56-4d14-ac2a-0e533d463a5b",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "02a270b1-3ee9-4dca-ba40-39faf5e925a7",
"custom_field_id": 176,
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"form_field": {
"id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"team_id": 257,
"slug": "est-dolorem-at-quisquam",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Est dolorem at quisquam.",
"description": "Et fuga nobis nisi.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-12-05T05:24:36.662-08:00",
"created_at": "2025-12-05T05:24:36.662-08:00",
"options": [
{
"id": "3f972818-7551-4ee6-a015-d49e6c21bffa",
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"value": "Et fugiat modi delectus.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-12-05T05:24:36.691-08:00",
"created_at": "2025-12-05T05:24:36.691-08:00"
},
{
"id": "d1050587-a90e-4c03-a4ab-591301ebbb66",
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"value": "Veritatis fuga quo optio.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-12-05T05:24:36.694-08:00",
"created_at": "2025-12-05T05:24:36.694-08:00"
}
],
"positions": [
{
"id": "fbc0875b-40bc-4802-9546-ec584e88b8f7",
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "769581b3-a4fa-4a55-86f3-5de2e0f14594",
"form_field_id": "f9e8fae0-ddea-41d4-95be-da0c27df2801",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Provident consequatur dolor magni.",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Provident consequatur dolor magni."
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Provident consequatur dolor magni."
}
}
}
}