Front API

Getting access, Developing, Testing

Back to Front

List teams

List the teams in the company.

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 id: type: string name: type: string inboxes: type: array items: type: object properties: _links: type: object properties: self: type: string related: type: object properties: teammates: type: string conversations: type: string channels: type: string owner: type: string id: type: string name: type: string is_private: type: boolean members: type: array items: type: object properties: _links: type: object properties: self: type: string related: type: object properties: inboxes: type: string conversations: type: string id: type: string email: type: string username: type: string first_name: type: string last_name: type: string is_admin: type: boolean is_available: type: boolean is_blocked: type: boolean