Skip to main content
GET
/
api
/
v1
/
comment
Get comment list
curl --request GET \
  --url https://in.rough.app/api/v1/comment
[
  {
    "id": "<string>",
    "postedAt": 123,
    "userId": "<string>",
    "contentId": "<string>",
    "parentCommentId": "<string>",
    "documentId": "<string>",
    "sequenceId": "<string>",
    "noteId": "<string>",
    "onBlockId": "<string>",
    "onEventId": "<string>",
    "resolvedAt": 123,
    "resolvedByUserId": "<string>"
  }
]

Response

id
string
required
postedAt
number
required
userId
string
required
contentId
string
required
parentCommentId
string
documentId
string
sequenceId
string
noteId
string
onBlockId
string
onEventId
string
resolvedAt
number
resolvedByUserId
string