ExportQueueItem ================= ExportQueueItem resource represents a single export queue item. Resource definition ------------------- .. literalinclude:: _static/ExportQueueResult.json :language: json +-------------------------------+-------------------------------------------------+--------------------------------------------------------------+ | Name | Type | Description | +===============================+=================================================+==============================================================+ | Id | int | Export queue identifier. | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------+ | Status | ExportQueueItemStatusEnum | None = 0, Queued = 1, Processed = 2, Deleted = 4, Failed = 8 | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------+ | ActionUrl | string | Action URL in Pact.Rest | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------+ | Downloadable | bool | Is downloadable | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------+ | Attempts | int | Number of attempt. | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------+ | ActionName | string | Action or file name. | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------+ | RequestedBy | string | User requested file. | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------+ | CreatedDate | DateTime | File creation date. | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------+ Operations on export queue -------------------------- - :doc:`/scenarios/exportqueue-get`