Gets the details of a specific incident.
HTTP
GET https://www.squidalerts.com/api/incidents/{incidentId}
GET https://www.squidalerts.com/api/teams/{teamId}/incidents/{incidentId}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
incidentId | path | True | Guid | Identifier of the incident |
teamId | path | False | Guid | Identifier of the team currently assigned to the incident |
Response
JSON
{ "id": "1d279bfb-0ef4-41b4-8412-e83f28a85ffb", "friendlyId": "100009", "teamId": "ab2b8639-2e20-4db1-a079-9d0bf64d44d8", "assignedUserId": { "id": "cb3b2544-49c2-4120-8778-fa45fb10b5d3", "name": "Squidz McDuff" }, "priority": "Normal", "title": "An Alert Occurred", "details": "Foo bar", "alertIds": [ "588d4c4b-6105-4ae2-b8a4-55654a90a550" ], "status": "Acknowledged", "acknowledgedDate": "2020-12-16T17:20:36.738Z", "acknowledgedUserId": { "id": "cb3b2544-49c2-4120-8778-fa45fb10b5d3", "name": "Squidz McDuff" }, "resolvedDate": null, "resolvedUserId": null, "closedDate": null, "closedUserId": null, "removedDate": null, "removedUserId": null, "modifiedDate": "2020-12-16T17:20:36.766Z", "createdDate": "2020-08-02T15:23:44.982Z", "createdUserId": null }