Library Item Downloadsession File APIs

Library Item Downloadsession File APIs

The File service provides operations for accessing files within a download session. After a download session is created against a library item, the File service can be used to retrieve all downloadable content within the library item. Since the content may not be available immediately in a downloadable form on the server side, the client will have to prepare the file and wait for the file status to become PREPARED.

See DownloadSession.

Operations
GET
Get Download Session Id File
Retrieves file download information for a specific file. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.
GET
List Download Session Id Item File
Lists the information of all the files in the library item associated with the download session. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.
POST
Prepare Download Session Id File
Requests a file to be prepared for download. if you do not have all of the privileges described as follows: - Operation execution requires System.Anonymous.