Get the information for a specific team.


HTTP

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


URI Parameters

NameInRequiredTypeDescription
idpathTrueGuidIdentifier of the team


Response

JSON

{
    "id": "b3423bad-ab7d-4ef7-985d-4ce216f6fd5f",
    "name": "Support",
    "alertingEmail": "support.mycompany@mail.squidalerts.com" 
}