[DEPRECATED] Use form field endpoints instead. Retrieves a specific incident custom field selection by id
curl --request GET \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 173,
"incident_id": "20f26ba0-63db-47a1-a34b-bb52c719887c",
"value": "Quos quia culpa sed.",
"selected_option_ids": []
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 173,
"incident_id": "20f26ba0-63db-47a1-a34b-bb52c719887c",
"value": "Quos quia culpa sed.",
"selected_option_ids": []
}
}
}