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