Get the information for a specific team.
HTTP
GET https://www.squidalerts.com/api/teams/{id}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
| id | path | True | Guid | Identifier of the team |
Response
JSON
{
"id": "b3423bad-ab7d-4ef7-985d-4ce216f6fd5f",
"name": "Support",
"alertingEmail": "support.mycompany@mail.squidalerts.com"
}