Gets the details of a specific alert.
HTTP
GET https://www.squidalerts.com/api/alerts/{alertId}
GET https://www.squidalerts.com/api/teams/{teamId}/alerts/{alertId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| alertId | path | True | Guid | Identifier of the alert |
| teamId | path | False | Guid | Identifier of the team |
Response
JSON
{
"id": "e97aabf5-ba5c-4254-a605-40ba11d58ff1",
"teamId": "2d402c9b-7c83-44aa-9eea-3af0c62e3658",
"message": "Something is broken.",
"details": "This is a much longer description of what is broken.",
"source": "Email: alerter@alertingtool.com",
"history": [
{
"activity": "Received",
"resources": [],
"wasSkipped": false,
"date": "2018-09-08T18:59:21.129Z"
},
{
"activity": "Email",
"resources": [
{
"id": "62673eaf-c3d7-4737-96a7-39cb6afc98cc",
"name": "Kevbot"
}
],
"wasSkipped": false,
"date": "2018-09-08T19:29:44.456Z"
},
{
"activity": "SMS / Text",
"resources": [],
"wasSkipped": true,
"date": "2018-09-08T19:38:17.948Z"
},
{
"activity": "Acknowledged",
"resources": [
{
"id": "1d02fbc3-5589-433b-a275-c6871dbf8747",
"name": "Kevin Jordan"
}
],
"wasSkipped": false,
"date": "2018-09-08T19:54:46.246Z"
}
],
"createdDate": "2018-09-08T18:59:21.129Z",
"status": "Acknowledged"
}