Front API

Getting access, Developing, Testing

Back to Front

List team Shifts

List the shifts for a team.

Input

type: object properties: parameters: type: object properties: team_id: type: string description: (Required) The team ID required: - team_id title: Parameters

Output

type: object properties: _links: type: object properties: self: type: string _results: type: array items: type: object properties: _links: type: object properties: self: type: string related: type: object properties: teammates: type: string owner: type: string id: type: string name: type: string color: type: string timezone: type: string times: type: object properties: mon: type: object properties: start: type: string end: type: string tue: type: object properties: start: type: string end: type: string wed: type: object properties: start: type: string end: type: string thu: type: object properties: start: type: string end: type: string fri: type: object properties: start: type: string end: type: string sat: type: object properties: start: type: string end: type: string sun: type: object properties: start: type: string end: type: string created_at: type: number updated_at: type: number