Front API

Getting access, Developing, Testing

Back to Front

List teammate folders

List the message template folders belonging to the requested teammate.

Input

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

Output

type: object properties: _pagination: type: object properties: next: type: string _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: owner: type: string id: type: string name: type: string subject: type: string body: type: string is_available_for_all_inboxes: type: boolean inbox_ids: type: array items: type: string