List assets
Lists the assets of the library. When ‘folder_id’ is provided, only the direct children of that folder are returned (the listing is not recursive). When ‘folder_id’ is omitted, all assets across every folder level are returned as a flat, paginated list.
For File and Cobranded assets, the ‘downloadUrl’ is a pre-signed link that is valid for 3 hours only. Once it expires, list the asset again to obtain a fresh link.
Query Parameters
Lists the assets directly inside this folder. When omitted, all assets across every folder level are returned as a flat list.
Filters assets on their type. When omitted, assets of every type are returned.
Unknown, File, Url, Cobranded, Folder The cursor used in pagination. This is the index of the first asset to be returned.
The maximum number of assets to be returned. The default is 20.
The property used to sort the assets by. The default is Name.
The sorting direction for the returned assets. Accepted values: ASC, DESC. The default is ASC.

