v1

latestOpenAPI 3.0.02026-08-0650184174.6 KB
Teams

Returns a team with its members

get/alerting/teams/{teamid}

Path parameters

teamidinteger required

ID of the team to be retrieved

Response

Successful operation

Example response

{
  "team": {
    "id": 1,
    "name": "Team Rocket",
    "members": [
      {
        "id": 1,
        "name": "John Doe",
        "type": "user"
      },
      {
        "id": 4,
        "name": "Sidekick Jimmy",
        "type": "contact"
      }
    ]
  }
}