Skip to main content
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

integer
required
The Id of the BlogPostComment record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
integer
ID of the blog post linked to this record.
integer
ID of the posted by linked to this record.
string
Full name of the coworker who posted the comment.
string
Comment title.
string
Comment body text.
boolean
Whether the comment is published and visible to readers.
integer
Optional rating given by the commenter.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response