I need a zip of images and audio in my cms How can I achieved the same using API
Hi, you can have a look to this class: https://github.com/Squidex/squidex-samples/blob/master/cli/Squidex.CLI/Squidex.CLI/Commands/Implementation/Sync/Assets/AssetsSynchronizer.cs#L41
Basically I just query all assets and then use parallel requests to download the assets one by one.
Thanks for the reply @Sebastian I have achieved by using same logic get all assets Url than download the same I think there should be some simpler way for the same
it is not requested very often. You can also download a backup to get all assets.