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": "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."
}
}
}
}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": "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."
}
}
}
}