Comments
List comments
List the comments on a Page post, replies included.
GET
List comments
Lists every comment on a post. With
filter=stream, replies are included and a reply carries parent.id.
Authentication
Use thehmat_ channel token from GET /meta/channels/{id}/token or hookmyapp channels token <channel>. Do not use an hmok_ API key for this call.
Path parameters
string
required
The post id,
{pageId}_{postId}.Query parameters
string
Use
id,from,message,created_time,is_hidden,parent.string
stream for every comment oldest first, replies included. Omit for top-level comments only.integer
Page size, up to 100.
string
Cursor from a previous response’s
paging.cursors.after.