Incidents - Get

Created by Vamshi Reddy, Modified on Mon, 1 Aug, 2022 at 9:16 AM by Vamshi Reddy

Gets the details of a specific incident.


HTTP

GET https://www.troposalerts.com/api/incidents/{incidentId}

GET https://www.troposalerts.com/api/teams/{teamId}/incidents/{incidentId}


URI Parameters

NameInRequiredTypeDescription
incidentIdpathTrueGuidIdentifier of the incident
teamIdpathFalseGuidIdentifier 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": "2022-05-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": "2022-05-26T17:20:36.766Z",
"createdDate": "2022-05-02T15:23:44.982Z",
"createdUserId": null
}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article