Retrieve a single BlogPostComment record by its Id.
A BlogPostComment represents a comment left on aDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
BlogPost. Each comment belongs to a specific blog post via BlogPostId.
Comments have a Title and Text body, and can optionally include a Rating. The Published flag controls whether the comment is visible to readers — use this for moderation. The PostedById links the comment to the Coworker who authored it.
Authorization header.
The authenticated user must be a full unrestricted administrator or have the BlogPostComment-Read role.