Gets the last 72 hours of alerts for a team.


HTTP

GET https://www.squidalerts.com/api/teams/{teamId}/alerts


URI Parameters

NameInRequiredTypeDescription
teamIdpathTrueGuidIdentifier of the team


Response

JSON

[
    {
        "id": "e97aabf5-ba5c-4254-a605-40ba11d58ff1",
        "teamId": "2d402c9b-7c83-44aa-9eea-3af0c62e3658",
        "message": "Something is broken.",
        "source": "Email: alerter@alertingtool.com",
        "createdDate": "2018-09-08T18:59:21.129Z",
        "status": "Acknowledged"
    },
    {
        "id": "6488b27a-0130-4fe8-8e85-06dc3a82e4cd",
        "teamId": "2d402c9b-7c83-44aa-9eea-3af0c62e3658",
        "message": "Even more stuff is broken",
        "source": "Email: api@test.com",
        "createdDate": "alerter@alertingtool.com",
        "status": "New"
    } 
]