Objects
CollectionExportResponse
collectionsArray<ExportedCollection>
List containing information about exported collections
currentPageinteger[int32]
The page you are currently exporting data for
totalPagesinteger[int32]
The total amount of pages available to export data for
Example
{ "collections": [], "currentPage": 1, "totalPages": 2}