Retrieve a single BlogPostComment record by its Id.
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.