Parameter | Description |
---|---|
Include | Array of additional Models to include in response. |
Team ID | The ID of the team to get details on. |
{
"summary": "Response Example",
"value": {
"team": {
"default_role": "observer",
"description": "All engineering",
"html_url": "https://subdomain.pagerduty.com/teams/PQ9K7I8",
"id": "PQ9K7I8",
"name": "Engineering",
"self": "https://api.pagerduty.com/teams/PQ9K7I8",
"summary": "Engineering",
"type": "team"
}
}
}
Was this page helpful?