List comments from your HubSpot blogs. Supports paging and filtering.
The access token received from the authorization server in the OAuth 2.0 flow.
The number of items to return. Defaults to 20.
The offset set to start returning rows from. Defaults to 0.
The portal number associated with your api key/token.
Comment state. Options are: APPROVED, SPAM, REJECTED, PENDING_MODERATION.
APPROVED
, SPAM
, REJECTED
, PENDING_MODERATION
Allows you get comments for a specific blog post. Include contentId={post ID}
to only get comments for that post.
If you want comments oldest to newest, supply 'reverse=true'.
Matches arbitrary text within a comment.
A list of blog comments.
The response is of type object
.