Comments
List all comments
This method will list all comments matching the given properties.
post/comments.list
Request body
Example request
{
"limit": 25,
"sort": "updatedAt",
"direction": "DESC"
}Response
OK
Example response
{
"data": [
{
"title": "🎉 Welcome to Acme Inc",
"emoji": "🎉",
"text": "…",
"urlId": "hDYep1TPAM",
"collaborators": [
{
"name": "Jane Doe"
}
],
"createdBy": {
"name": "Jane Doe"
},
"updatedBy": {
"name": "Jane Doe"
}
}
],
"pagination": {
"limit": 25
}
}