Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.bundle.social/api/v1/misc/facebook/recommendations/{recommendationId}/comments \ --header 'x-api-key: <api-key>'
{ "comments": [ { "id": "<string>", "recommendationId": "<string>", "rootObjectId": "<string>", "likesCount": 123, "repliesCount": 123, "parentCommentId": "<string>", "authorName": "<string>", "authorExternalId": "<string>", "authorAvatarUrl": "<string>", "text": "<string>", "canReply": true, "createdTime": "2023-11-07T05:31:56Z" } ], "total": 123 }
200
Show child attributes
Was this page helpful?