curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/integration/posts/{postId}/comments \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"organisationId": "<string>",
"communityId": "<string>",
"discussionId": "<string>",
"content": "<string>",
"createdAt": "<string>",
"createdBy": "<string>",
"updatedAt": "<string>",
"updatedBy": "<string>",
"username": "<string>",
"displayName": "<string>",
"parentId": "<string>",
"imageUrl": "<string>",
"profilePictureUrl": "<string>"
}
]
}Retrieve a paginated list of comments by post id.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/integration/posts/{postId}/comments \
--header 'x-api-token: <api-key>'{
"totalCount": 123,
"edges": [
{
"id": "<string>",
"organisationId": "<string>",
"communityId": "<string>",
"discussionId": "<string>",
"content": "<string>",
"createdAt": "<string>",
"createdBy": "<string>",
"updatedAt": "<string>",
"updatedBy": "<string>",
"username": "<string>",
"displayName": "<string>",
"parentId": "<string>",
"imageUrl": "<string>",
"profilePictureUrl": "<string>"
}
]
}1 <= x <= 100x >= 0Was this page helpful?