Front API

Getting access, Developing, Testing

Back to Front

Get comment

Fetches a comment.

Input

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

Output

type: object properties: _links: type: object properties: self: type: string related: type: object properties: conversations: type: string mentions: type: string id: type: string author: 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 body: type: string posted_at: type: number attachments: type: array items: type: object properties: id: type: string filename: type: string url: type: string content_type: type: string size: type: number metadata: type: object properties: is_inline: type: boolean cid: type: string