Front API

Getting access, Developing, Testing

Back to Front

List teammate tags

List the tags for a 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: _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: conversations: type: string owner: type: string children: type: string id: type: string name: type: string highlight: type: string is_private: type: boolean is_visible_in_conversation_lists: type: boolean created_at: type: number updated_at: type: number