Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_form_field_selection found
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": "d58c53cc-d30a-44de-a8e1-c707ca236e4d",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "2df3cf5d-e454-4a31-aa86-2edfd0f0326a",
"custom_field_id": 176,
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"form_field": {
"id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"team_id": 250,
"slug": "blanditiis-incidunt-quisquam-cupiditate",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Blanditiis incidunt quisquam cupiditate.",
"description": "Nobis tempore quia modi.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-11-28T18:10:19.579-08:00",
"created_at": "2025-11-28T18:10:19.579-08:00",
"options": [
{
"id": "8579e6a2-4a83-4e72-aac4-81acd935936a",
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"value": "Enim suscipit aut et.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-11-28T18:10:19.607-08:00",
"created_at": "2025-11-28T18:10:19.607-08:00"
},
{
"id": "a773a755-be08-4b2e-87db-d568b94f1ef2",
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"value": "Iure consequatur sequi exercitationem.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-11-28T18:10:19.610-08:00",
"created_at": "2025-11-28T18:10:19.610-08:00"
}
],
"positions": [
{
"id": "08efb61d-7bea-4c32-80e6-6aaf3c7e7fd3",
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "33006ad0-0dd0-4277-b52d-d4ee369a599f",
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Ipsam quam asperiores nam.",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Ipsam quam asperiores nam."
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_form_field_selection found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_form_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d58c53cc-d30a-44de-a8e1-c707ca236e4d",
"type": "incident_form_field_selections",
"attributes": {
"incident_id": "2df3cf5d-e454-4a31-aa86-2edfd0f0326a",
"custom_field_id": 176,
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"form_field": {
"id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"team_id": 250,
"slug": "blanditiis-incidunt-quisquam-cupiditate",
"kind": "custom",
"input_kind": "text",
"value_kind": "inherit",
"value_kind_catalog_id": null,
"name": "Blanditiis incidunt quisquam cupiditate.",
"description": "Nobis tempore quia modi.",
"shown": [
"web_new_incident_form",
"web_update_incident_form"
],
"required": [],
"default_values": [],
"show_on_incident_details": true,
"enabled": true,
"updated_at": "2025-11-28T18:10:19.579-08:00",
"created_at": "2025-11-28T18:10:19.579-08:00",
"options": [
{
"id": "8579e6a2-4a83-4e72-aac4-81acd935936a",
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"value": "Enim suscipit aut et.",
"color": "#FBE4A0",
"default": false,
"position": 1,
"updated_at": "2025-11-28T18:10:19.607-08:00",
"created_at": "2025-11-28T18:10:19.607-08:00"
},
{
"id": "a773a755-be08-4b2e-87db-d568b94f1ef2",
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"value": "Iure consequatur sequi exercitationem.",
"color": "#FBE4A0",
"default": false,
"position": 2,
"updated_at": "2025-11-28T18:10:19.610-08:00",
"created_at": "2025-11-28T18:10:19.610-08:00"
}
],
"positions": [
{
"id": "08efb61d-7bea-4c32-80e6-6aaf3c7e7fd3",
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"form": "web_update_incident_form",
"position": 1
},
{
"id": "33006ad0-0dd0-4277-b52d-d4ee369a599f",
"form_field_id": "02e0cdeb-cd38-4374-98ab-fa11988f2fe3",
"form": "web_new_incident_form",
"position": 1
}
]
},
"value": "Ipsam quam asperiores nam.",
"selected_group_ids": [],
"selected_groups": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_option_ids": [],
"selected_options": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_service_ids": [],
"selected_services": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_functionality_ids": [],
"selected_functionalities": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_catalog_entity_ids": [],
"selected_catalog_entities": {
"id": null,
"value": "Ipsam quam asperiores nam."
},
"selected_user_ids": [],
"selected_users": {
"id": null,
"value": "Ipsam quam asperiores nam."
}
}
}
}