Get Comment
Get a comment identified by its RID
Path parameters
commentRid
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
rid
Unique resource identifier for the comment
parent
The parent of the comment. It can be a resource or another comment.
createdAt
The time the comment was created
content
The markdown content of the comment.
reactions
The reactions on the comment
attachments
The comment’s attachments
editedAt
The time the comment was edited. Empty if the comment has not been edited.
deletedAt
The time the comment was deleted. Empty if the comment has not been deleted.
pinnedBy
The user who pinned the comment. Empty if the comment is not pinned.
pinnedAt
The time the comment was pinned. Empty if the comment is not pinned.