SocialiQDocs

Resources

Comments

Comment threads. Fetch a post's comments under Posts; drill into a single comment's replies here.

List replies

GET/v1/{platform}/comments/{id}/replies

Page through the replies to a single comment.

FieldInTypeDescription
platformrequiredpathenumPlatform slug.
idrequiredpathstringThe parent comment ID.
limitdefault 20queryintegerItems per page, 1–50.
cursorquerystringPagination cursor.

Request

Response

[ .JSON ]
{  "request_id": "sc_66778899001122334455",  "data": {    "items": [      { "id": "reply_1", "text": "agreed", "author": { "handle": "dev_22" }, "likes": 4 }    ]  },  "page": { "next_cursor": null, "has_more": false }}
200 · replies