GET
/
v1
/
incident_custom_field_selections
/
{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": 28,
      "incident_id": "d2821e66-a64a-4989-b72f-f6fb8ca4b05d",
      "value": "Suscipit et commodi placeat.",
      "selected_option_ids": []
    }
  }
}

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

200
application/vnd.api+json
incident_custom_field_selection found
data
object
required

Was this page helpful?