Optional requestFactory: BlogPostsApiRequestFactoryOptional responseProcessor: BlogPostsApiResponseProcessorPrivate apiThe Blog Post id.
Optional archived: booleanWhether to return only results that have been archived.
Optional _options: ConfigurationDelete the Blog Post objects identified in the request body. Note: This is not the same as the in-app archive function. To perform a dashboard archive send an normal update with the archivedInDashboard field set to true.
Delete a batch of Blog Posts
The JSON array of Blog Post ids.
Optional _options: ConfigurationAttach a Blog Post to a multi-language group. Attach a Blog Post to a multi-language group
The JSON representation of the AttachToLangPrimaryRequest object.
Optional _options: ConfigurationClone a Blog Post. Clone a Blog Post
The JSON representation of the ContentCloneRequest object.
Optional _options: ConfigurationCreate a new Blog Post. Create a new Blog Post
The JSON representation of a new Blog Post.
Optional _options: ConfigurationCreate the Blog Post objects detailed in the request body. Create a batch of Blog Posts
The JSON array of new Blog Posts to create.
Optional _options: ConfigurationCreate a new language variation from an existing Blog Post Create a new language variation
The JSON representation of the BlogPostLanguageCloneRequestVNext object.
Optional _options: ConfigurationDetach a Blog Post from a multi-language group. Detach a Blog Post from a multi-language group
The JSON representation of the DetachFromLangGroupRequest object.
Optional _options: ConfigurationRetrieve the Blog Post object identified by the id in the path. Retrieve a Blog Post
The Blog Post id.
Optional archived: booleanSpecifies whether to return deleted Blog Posts. Defaults to `false`.
Optional _options: ConfigurationRetrieve the full draft version of the Blog Post. Retrieve the full draft version of the Blog Post
The Blog Post id.
Optional _options: ConfigurationGet the list of blog posts. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits. Get all Blog 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 `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
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 _options: ConfigurationRetrieves a previous version of a blog post. Retrieves a previous version of a blog post
The Blog Post id.
The Blog Post version id.
Optional _options: ConfigurationRetrieves all the previous versions of a blog post. Retrieves all the previous versions of a blog post
The Blog Post id.
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: ConfigurationTake any changes from the draft version of the Blog Post and apply them to the live version. Push Blog Post draft edits live
The id of the Blog Post for which it's draft will be pushed live.
Optional _options: ConfigurationRetrieve the Blog Post objects identified in the request body. Retrieve a batch of Blog Posts
The JSON array of Blog Post ids.
Optional archived: booleanSpecifies whether to return deleted Blog Posts. Defaults to `false`.
Optional _options: ConfigurationDiscards any edits and resets the draft to the live version. Reset the Blog Post draft to the live version
The id of the Blog Post for which it's draft will be reset.
Optional _options: ConfigurationTakes a specified version of a blog post and restores it. Restore a previous version of a blog post
The Blog Post id.
The Blog Post version id to restore.
Optional _options: ConfigurationTakes a specified version of a blog post, sets it as the new draft version of the blog post. Restore a previous version of a blog post, to the draft version of the blog post
The Blog Post id.
The Blog Post version id to restore.
Optional _options: ConfigurationSchedule a Blog Post to be Published. Schedule a Blog Post to be Published
The JSON representation of the ContentScheduleRequestVNext object.
Optional _options: ConfigurationSet a Blog Post as the primary language of a multi-language group. Set a new primary language
The JSON representation of the SetNewLanguagePrimaryRequest object.
Optional _options: ConfigurationSparse updates a single Blog Post object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified. Update a Blog Post
The Blog Post id.
The JSON representation of the updated Blog Post.
Optional archived: booleanSpecifies whether to update deleted Blog Posts. Defaults to `false`.
Optional _options: ConfigurationUpdate the Blog Post objects identified in the request body. Update a batch of Blog Posts
A JSON array of the JSON representations of the updated Blog Posts.
Optional archived: booleanSpecifies whether to update deleted Blog Posts. Defaults to `false`.
Optional _options: ConfigurationSparse updates the draft version of a single Blog Post object identified by the id in the path. All the column values need not be specified. Only the that need to be modified can be specified. Update a Blog Post draft
The Blog Post id.
The JSON representation of the updated Blog Post to be applied to the draft.
Optional _options: ConfigurationExplicitly set new languages for each Blog Post in a multi-language group. Update languages of multi-language group
The JSON representation of the SetNewLanguagePrimaryRequest object.
Optional _options: ConfigurationGenerated using TypeDoc
Delete the Blog Post object identified by the id in the path. Delete a Blog Post