StaticdeleteStaticdeleteEmpties the media recycle bin.
Permanently deletes all media items in the recycle bin. This operation cannot be undone.
Optionaloptions: Options<DeleteRecycleBinMediaData, ThrowOnError>StaticdeleteDeletes a media item from the recycle bin.
Permanently deletes a media item from the recycle bin identified by the provided Id.
StaticgetGets a collection of media items.
Gets a paginated collection of media items, optionally filtered and sorted.
Optionaloptions: Options<GetCollectionMediaData, ThrowOnError>StaticgetGets a collection of media items.
Gets a collection of media items identified by the provided Ids.
Optionaloptions: Options<GetItemMediaData, ThrowOnError>StaticgetGets ancestors for a collection of media items.
Gets the ancestor chains for media items identified by the provided Ids.
Optionaloptions: Options<GetItemMediaAncestorsData, ThrowOnError>StaticgetSearches media items.
Searches media items by the provided query with pagination support.
Optionaloptions: Options<GetItemMediaSearchData, ThrowOnError>StaticgetGets a collection of referenced media items.
Gets a paginated collection of media items that are referenced, identified by the provided Ids.
Optionaloptions: Options<GetMediaAreReferencedData, ThrowOnError>StaticgetGets a media item.
Gets a media item identified by the provided Id.
StaticgetGets the audit log for a media item.
Gets a paginated collection of audit log entries for the media identified by the provided Id.
StaticgetGets a collection of items that reference a media item.
Gets a paginated collection of items that reference the media item identified by the provided Id.
StaticgetGets media descendants that are referenced.
Gets a paginated collection of descendant media items that are referenced by other content.
StaticgetGets the media configuration.
Gets the configuration settings for media.
Optionaloptions: Options<GetMediaConfigurationData, ThrowOnError>StaticgetGets URLs for media items.
Gets the URLs for the media items identified by the provided Ids.
Optionaloptions: Options<GetMediaUrlsData, ThrowOnError>StaticgetGets the original parent of a media item in the recycle bin.
Gets the original parent location of a media item before it was moved to the recycle bin.
StaticgetGets a collection of media items in the recycle bin.
Gets a paginated collection of media items that are children of the provided parent in the recycle bin.
Optionaloptions: Options<GetRecycleBinMediaChildrenData, ThrowOnError>StaticgetGets items referencing media in the recycle bin.
Gets a paginated collection of items that reference the media in the recycle bin.
Optionaloptions: Options<GetRecycleBinMediaReferencedByData, ThrowOnError>StaticgetGets media at the root of the recycle bin.
Gets a paginated collection of media items at the root level of the recycle bin.
Optionaloptions: Options<GetRecycleBinMediaRootData, ThrowOnError>StaticgetGets sibling media in the recycle bin.
Gets a collection of sibling media items in the recycle bin at the same level as the provided Id.
Optionaloptions: Options<GetRecycleBinMediaSiblingsData, ThrowOnError>StaticgetGets a collection of ancestor media items.
Gets a collection of media items that are ancestors to the provided Id.
Optionaloptions: Options<GetTreeMediaAncestorsData, ThrowOnError>StaticgetGets a collection of media tree child items.
Gets a paginated collection of media tree items that are children of the provided parent Id.
Optionaloptions: Options<GetTreeMediaChildrenData, ThrowOnError>StaticgetGets a collection of media items from the root of the tree.
Gets a paginated collection of media items from the root of the tree with optional filtering.
Optionaloptions: Options<GetTreeMediaRootData, ThrowOnError>StaticgetGets a collection of media tree sibling items.
Gets a collection of media tree items that are siblings of the provided Id.
Optionaloptions: Options<GetTreeMediaSiblingsData, ThrowOnError>StaticpostCreates a new media.
Creates a new media with the configuration specified in the request model.
Optionaloptions: Options<PostMediaData, ThrowOnError>StaticpostValidates creating a media item.
Validates the request model for creating a new media item without actually creating it.
Optionaloptions: Options<PostMediaValidateData, ThrowOnError>StaticputUpdates a media item.
Updates a media item identified by the provided Id with the details from the request model.
StaticputMoves a media item.
Moves a media item identified by the provided Id to a different location.
StaticputMoves a media item to the recycle bin.
Moves a media item identified by the provided Id to the recycle bin.
StaticputValidates updating a media item.
Validates the request model for updating a media item without actually updating it.
StaticputSorts media items.
Sorts media items in the specified parent container according to the provided sort order.
Optionaloptions: Options<PutMediaSortData, ThrowOnError>StaticputRestores a media item from the recycle bin.
Restores a media item from the recycle bin to its original location or a specified parent.
Deletes a media item.
Deletes a media item identified by the provided Id.