ArticleComments
Get one BlogPostComment
Retrieve a single BlogPostComment record by its Id.
GET
Get one BlogPostComment
A BlogPostComment represents a comment left on a
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.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the BlogPostComment-Read role.Path Parameters
The Id of the BlogPostComment record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
ID of the blog post linked to this record.
ID of the posted by linked to this record.
Full name of the coworker who posted the comment.
Comment title.
Comment body text.
Whether the comment is published and visible to readers.
Optional rating given by the commenter.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one BlogPostComment