Get the posts from your HubSpot blogs. Supports paging and filtering. This method would be useful for an integration that examined blog posts and used an external service to suggest edits.
The number of items to return. Defaults to 20. Cannot exceed 300.
x <= 300
The offset set to start returning rows from. Defaults to 0.
Returns the posts that match a particular deleted time value. Supports exact, gt, gte, lt, lte lookups.
Returns the posts that match the boolean lookup (e.g. archived=false returns all posts currently not archived).
Returns the posts that match a particular blog author ID value.
Returns the posts that match the campaign guid. The campaign guid can be found in the campaign dashboard URL.
Returns the posts that match the blog guid. The blog guid can be found using the Blog API.
Returns the posts that match a particular created time value. Supports exact, range, gt, gte, lt, lte lookups.
Returns the posts that match the name value. Supports exact, icontains, ne lookups.
Returns the posts that match a particular slug value.
Returns the posts that match a particular updated time. Supports exact, range, gt, gte, lt, lte lookups.
Filter by post state.
DRAFT
, PUBLISHED
, SCHEDULED
Return the posts ordered by a particular field value. Blog posts can currently only be sorted by publish_date. Use a negative value to sort in descending order (e.g. order_by=-publish_date).
A list of blog posts.
The response is of type object
.