Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PhaseDescriptionResponsePathRequest
File SelectionStart an asynchronous job to add all of the files from either a folder or a view query to the user's DownloadListAsyncJobIdPOST /download/list/<userid>/add/async/startAddRequest
File SelectionGet the results of an asynchronous job to add files to a user's download list.DownloadListGET /download/list/<userid>/add/async/get/<jobid>
File SelectionAdd a single file to a user's download list.DownloadListPOST /download/list/<userid>/addFileHandleAssociation
Selection ReviewGet a user's download list.DownloadListGET /download/list/<userid>
Selection ReviewRemove a list of file from a user's download list
POST /download/list/<userid>/removeFileHandleAssociationList<FileHandleAssociation>
Selection ReviewClear a user's download list
DELETE /download/list/<userid>
DownloadCreate a DownloadOrder from the user's current download list.DownloadOrderPUT /download/list/<userid>/orderDownloadOrderRequest
Download Order ReviewGet a DownloadOrder given its ID.DownloadOrderGET /download/order/<orderId>
Download Order ReviewStart an asynchronous job to download a download order.AsyncJobIdPOST /download/order/<orderId>/async/start
Download ReviewGet the results of an asynchronous job to download a download order.BulkFileDownloadResponsePOST /download/order/<orderId>/async/get/<jobId>
Download HistoryGet a user's previous download order history in reverse chronological order.Paginated<DownloadOrderSummary>GET /download/order/<userId>/history

...