Optional
requestFactory: BasicApiRequestFactoryOptional
responseProcessor: BasicApiResponseProcessorThe ID of the blog post to delete.
Optional
archived: booleanWhether to return only results that have been deleted.
Optional
_options: PromiseConfigurationOptionsDelete a blog post by ID. Delete a blog post
The ID of the blog post to delete.
Optional
archived: booleanWhether to return only results that have been deleted.
Optional
_options: PromiseConfigurationOptionsClone a blog post, making a copy of it in a new blog post. Clone a blog post
The JSON representation of the ContentCloneRequest object.
Optional
_options: PromiseConfigurationOptionsClone a blog post, making a copy of it in a new blog post. Clone a blog post
The JSON representation of the ContentCloneRequest object.
Optional
_options: PromiseConfigurationOptionsCreate a new blog post, specifying its content in the request body. Create a new post
The JSON representation of a new Blog Post.
Optional
_options: PromiseConfigurationOptionsCreate a new blog post, specifying its content in the request body. Create a new post
The JSON representation of a new Blog Post.
Optional
_options: PromiseConfigurationOptionsRetrieve a blog post by the post ID. Retrieve a blog post
The ID of the blog post to retrieve.
Optional
archived: booleanSpecifies whether to return deleted blog posts. Defaults to `false`.
Optional
property: stringSpecific properties to return.
Optional
_options: PromiseConfigurationOptionsRetrieve a blog post by the post ID. Retrieve a blog post
The ID of the blog post to retrieve.
Optional
archived: booleanSpecifies whether to return deleted blog posts. Defaults to `false`.
Optional
property: stringSpecific properties to return.
Optional
_options: PromiseConfigurationOptionsRetrieve the full draft version of a blog post. Retrieve the full draft version of the Blog Post
The ID of the blog post to retrieve the draft of.
Optional
_options: PromiseConfigurationOptionsRetrieve the full draft version of a blog post. Retrieve the full draft version of the Blog Post
The ID of the blog post to retrieve the draft of.
Optional
_options: PromiseConfigurationOptionsRetrieve all blog posts, with paging and filtering options. This method would be useful for an integration that ingests posts and suggests edits. Get all posts
Optional
createdAt: DateOnly return blog posts created at exactly the specified time.
Optional
createdAfter: DateOnly return blog posts created after the specified time.
Optional
createdBefore: DateOnly return blog posts created before the specified time.
Optional
updatedAt: DateOnly return blog posts last updated at exactly the specified time.
Optional
updatedAfter: DateOnly return blog posts last updated after the specified time.
Optional
updatedBefore: DateOnly return blog posts last updated before the specified time.
Optional
sort: string[]Specifies which fields to use for sorting results. Valid fields are `createdAt` (default), `name`, `updatedAt`, `createdBy`, `updatedBy`.
Optional
after: stringThe cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
Optional
limit: numberThe maximum number of results to return. Default is 20.
Optional
archived: booleanSpecifies whether to return deleted blog posts. Defaults to `false`.
Optional
property: stringOptional
_options: PromiseConfigurationOptionsRetrieve all blog posts, with paging and filtering options. This method would be useful for an integration that ingests posts and suggests edits. Get all posts
Optional
createdAt: DateOnly return blog posts created at exactly the specified time.
Optional
createdAfter: DateOnly return blog posts created after the specified time.
Optional
createdBefore: DateOnly return blog posts created before the specified time.
Optional
updatedAt: DateOnly return blog posts last updated at exactly the specified time.
Optional
updatedAfter: DateOnly return blog posts last updated after the specified time.
Optional
updatedBefore: DateOnly return blog posts last updated before the specified time.
Optional
sort: string[]Specifies which fields to use for sorting results. Valid fields are `createdAt` (default), `name`, `updatedAt`, `createdBy`, `updatedBy`.
Optional
after: stringThe cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
Optional
limit: numberThe maximum number of results to return. Default is 20.
Optional
archived: booleanSpecifies whether to return deleted blog posts. Defaults to `false`.
Optional
property: stringOptional
_options: PromiseConfigurationOptionsRetrieve a previous version of a blog post. Retrieve a previous version of a blog post
The ID of the blog post.
The ID of the version to retrieve.
Optional
_options: PromiseConfigurationOptionsRetrieve all the previous versions of a blog post. Retrieves all previous versions of a post
The ID of the blog post to retrieve previous versions of.
Optional
after: stringThe cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
Optional
before: stringOptional
limit: numberThe maximum number of results to return. Default is 100.
Optional
_options: PromiseConfigurationOptionsRetrieve all the previous versions of a blog post. Retrieves all previous versions of a post
The ID of the blog post to retrieve previous versions of.
Optional
after: stringThe cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
Optional
before: stringOptional
limit: numberThe maximum number of results to return. Default is 100.
Optional
_options: PromiseConfigurationOptionsRetrieve a previous version of a blog post. Retrieve a previous version of a blog post
The ID of the blog post.
The ID of the version to retrieve.
Optional
_options: PromiseConfigurationOptionsPublish the draft version of the blog post, sending its content to the live page. Publish blog post draft
The ID of the post to publish.
Optional
_options: PromiseConfigurationOptionsPublish the draft version of the blog post, sending its content to the live page. Publish blog post draft
The ID of the post to publish.
Optional
_options: PromiseConfigurationOptionsDiscard all drafted content, resetting the draft to contain the content in the currently published version. Reset post draft to the live version
The ID of the blog post to reset.
Optional
_options: PromiseConfigurationOptionsDiscard all drafted content, resetting the draft to contain the content in the currently published version. Reset post draft to the live version
The ID of the blog post to reset.
Optional
_options: PromiseConfigurationOptionsRestores a blog post to one of its previous versions. Restore a previous version
The ID of the blog post.
The ID of the version to restore the blog post to.
Optional
_options: PromiseConfigurationOptionsTakes a specified version of a blog post, sets it as the new draft version of the blog post. Restore a draft to a previous version
The ID of the blog post.
The ID of the version to restore the blog post to.
Optional
_options: PromiseConfigurationOptionsTakes a specified version of a blog post, sets it as the new draft version of the blog post. Restore a draft to a previous version
The ID of the blog post.
The ID of the version to restore the blog post to.
Optional
_options: PromiseConfigurationOptionsRestores a blog post to one of its previous versions. Restore a previous version
The ID of the blog post.
The ID of the version to restore the blog post to.
Optional
_options: PromiseConfigurationOptionsSchedule a blog post to be published at a specified time. Schedule a post to be published
The JSON representation of the ContentScheduleRequestVNext object.
Optional
_options: PromiseConfigurationOptionsSchedule a blog post to be published at a specified time. Schedule a post to be published
The JSON representation of the ContentScheduleRequestVNext object.
Optional
_options: PromiseConfigurationOptionsPartially updates a single blog post by ID. You only need to specify the values that you want to update. Update a post
The ID of the blog post to update.
The JSON representation of the updated Blog Post.
Optional
archived: booleanSpecifies whether to update deleted blog posts. Defaults to `false`.
Optional
_options: PromiseConfigurationOptionsPartially updates the draft version of a single blog post by ID. You only need to specify the values that you want to update. Update the draft of a post
The ID of the blog post to update the draft of.
The JSON representation of the updated Blog Post to be applied to the draft.
Optional
_options: PromiseConfigurationOptionsPartially updates the draft version of a single blog post by ID. You only need to specify the values that you want to update. Update the draft of a post
The ID of the blog post to update the draft of.
The JSON representation of the updated Blog Post to be applied to the draft.
Optional
_options: PromiseConfigurationOptionsPartially updates a single blog post by ID. You only need to specify the values that you want to update. Update a post
The ID of the blog post to update.
The JSON representation of the updated Blog Post.
Optional
archived: booleanSpecifies whether to update deleted blog posts. Defaults to `false`.
Optional
_options: PromiseConfigurationOptions
Delete a blog post by ID. Delete a blog post