Calendars - Teams API
List teams of a calendar
List all teams of a calendar with a specific ID.
GET /calendars/:id/teams
Response
Status: 200 OK
[
{
"name": "Application Development",
"created_at": "2016-03-14T03:10:36-06:00",
"sourceID": null,
"updated_at": "2016-03-14T03:10:36-06:00",
"id": 7,
"disabled": false
},
{
"name": "Database Administration",
"created_at": "2016-03-14T03:10:36-06:00",
"sourceID": null,
"updated_at": "2016-03-14T03:10:36-06:00",
"id": 8,
"disabled": false
},
"..."
]
The response contains these fields by default.
Predefined Filters
The following predefined filters are available:
/calendars/:id/teams/disabled
: List all disabled teams of a calendar with a specific ID/calendars/:id/teams/enabled
: List all enabled teams of a calendar with a specific ID