Optional requestFactory: BlogAuthorsApiRequestFactoryOptional responseProcessor: BlogAuthorsApiResponseProcessorPrivate apiThe Blog Author id.
Optional archived: booleanWhether to return only results that have been archived.
Optional _options: ConfigurationDelete the Blog Author objects identified in the request body. Delete a batch of Blog Authors
The JSON array of Blog Author ids.
Optional _options: ConfigurationAttach a Blog Author to a multi-language group. Attach a Blog Author to a multi-language group
The JSON representation of the AttachToLangPrimaryRequest object.
Optional _options: ConfigurationCreate a new Blog Author. Create a new Blog Author
The JSON representation of a new Blog Author.
Optional _options: ConfigurationCreate the Blog Author objects detailed in the request body. Create a batch of Blog Authors
The JSON array of new Blog Authors to create.
Optional _options: ConfigurationCreate a new language variation from an existing Blog Author. Create a new language variation
The JSON representation of the ContentLanguageCloneRequest object.
Optional _options: ConfigurationDetach a Blog Author from a multi-language group. Detach a Blog Author from a multi-language group
The JSON representation of the DetachFromLangGroupRequest object.
Optional _options: ConfigurationRetrieve the Blog Author object identified by the id in the path. Retrieve a Blog Author
The Blog Author id.
Optional archived: booleanSpecifies whether to return deleted Blog Authors. Defaults to `false`.
Optional _options: ConfigurationGet the list of blog authors. 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 Authors
Optional createdAt: DateOnly return Blog Authors created at exactly the specified time.
Optional createdAfter: DateOnly return Blog Authors created after the specified time.
Optional createdBefore: DateOnly return Blog Authors created before the specified time.
Optional updatedAt: DateOnly return Blog Authors last updated at exactly the specified time.
Optional updatedAfter: DateOnly return Blog Authors last updated after the specified time.
Optional updatedBefore: DateOnly return Blog Authors 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 100.
Optional archived: booleanSpecifies whether to return deleted Blog Authors. Defaults to `false`.
Optional _options: ConfigurationRetrieve the Blog Author objects identified in the request body. Retrieve a batch of Blog Authors
The JSON array of Blog Author ids.
Optional archived: booleanSpecifies whether to return deleted Blog Authors. Defaults to `false`.
Optional _options: ConfigurationSet a Blog Author 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 Author 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 Author
The Blog Author id.
The JSON representation of the updated Blog Author.
Optional archived: booleanSpecifies whether to update deleted Blog Authors. Defaults to `false`.
Optional _options: ConfigurationUpdate the Blog Author objects identified in the request body. Update a batch of Blog Authors
A JSON array of the JSON representations of the updated Blog Authors.
Optional archived: booleanSpecifies whether to update deleted Blog Authors. Defaults to `false`.
Optional _options: ConfigurationExplicitly set new languages for each Blog Author in a multi-language group. Update languages of multi-language group
The JSON representation of the UpdateLanguagesRequest object.
Optional _options: ConfigurationGenerated using TypeDoc
Delete the Blog Author object identified by the id in the path. Delete a Blog Author