Retrieves a specific alert field by id
curl --request GET \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"type": "alert_fields",
"attributes": {
"slug": "<string>",
"name": "<string>",
"kind": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
},
"id": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Resource UUID
alert_field found by slug
Show child attributes
alert_fields Show child attributes
The ID of the alert field
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_fields/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"type": "alert_fields",
"attributes": {
"slug": "<string>",
"name": "<string>",
"kind": "<string>",
"created_at": "<string>",
"updated_at": "<string>"
},
"id": "<string>"
}
}