Skip to content
R-Service R-Service
RR Tech Service Management Developer Guide

Calendars - Teams API

List all teams of a calendar with a specific ID.

GET /calendars/:id/teams
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.

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