Front API

Getting access, Developing, Testing

Back to Front

List tag children

List the children of a specific tag.

Input

type: object properties: parameters: type: object properties: tag_id: type: string description: (Required) The tag ID required: - tag_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