ExportQueueResult ================= ExportQueueResult resource represents a container with export queue items, with statuses indicating if they are ready for download. Resource definition ------------------- .. literalinclude:: _static/ExportQueueResult.json :language: json +-------------------------------+-------------------------------------------------+----------------------------------------+ | Name | Type | Description | +===============================+=================================================+========================================+ | Items | :doc:`/resources/ExportQueueItem/` [ ] | List of export queue items. | +-------------------------------+-------------------------------------------------+----------------------------------------+ | NrOfDays | int | Number of days in the past | +-------------------------------+-------------------------------------------------+----------------------------------------+ Operations on export queue -------------------------- - :doc:`/scenarios/exportqueue-get`