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
}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
}Was this page helpful?