OptionalrequestFactory: BasicApiRequestFactoryOptionalresponseProcessor: BasicApiResponseProcessorThe ID of the blog post to delete.
Optionalarchived: 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.
Optionalarchived: 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.
Optionalarchived: booleanSpecifies whether to return deleted blog posts. Defaults to `false`.
Optionalproperty: 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.
Optionalarchived: booleanSpecifies whether to return deleted blog posts. Defaults to `false`.
Optionalproperty: 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
OptionalcreatedAt: DateOnly return blog posts created at exactly the specified time.
OptionalcreatedAfter: DateOnly return blog posts created after the specified time.
OptionalcreatedBefore: DateOnly return blog posts created before the specified time.
OptionalupdatedAt: DateOnly return blog posts last updated at exactly the specified time.
OptionalupdatedAfter: DateOnly return blog posts last updated after the specified time.
OptionalupdatedBefore: DateOnly return blog posts last updated before the specified time.
Optionalsort: string[]Specifies which fields to use for sorting results. Valid fields are `createdAt` (default), `name`, `updatedAt`, `createdBy`, `updatedBy`.
Optionalafter: 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.
Optionallimit: numberThe maximum number of results to return. Default is 20.
Optionalarchived: booleanSpecifies whether to return deleted blog posts. Defaults to `false`.
Optionalproperty: 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
OptionalcreatedAt: DateOnly return blog posts created at exactly the specified time.
OptionalcreatedAfter: DateOnly return blog posts created after the specified time.
OptionalcreatedBefore: DateOnly return blog posts created before the specified time.
OptionalupdatedAt: DateOnly return blog posts last updated at exactly the specified time.
OptionalupdatedAfter: DateOnly return blog posts last updated after the specified time.
OptionalupdatedBefore: DateOnly return blog posts last updated before the specified time.
Optionalsort: string[]Specifies which fields to use for sorting results. Valid fields are `createdAt` (default), `name`, `updatedAt`, `createdBy`, `updatedBy`.
Optionalafter: 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.
Optionallimit: numberThe maximum number of results to return. Default is 20.
Optionalarchived: booleanSpecifies whether to return deleted blog posts. Defaults to `false`.
Optionalproperty: 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.
Optionalafter: 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.
Optionalbefore: stringOptionallimit: 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.
Optionalafter: 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.
Optionalbefore: stringOptionallimit: 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.
Optionalarchived: 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.
Optionalarchived: booleanSpecifies whether to update deleted blog posts. Defaults to `false`.
Optional_options: PromiseConfigurationOptions
Delete a blog post by ID. Delete a blog post