POST Api/Download/Get
Request Information
URI Parameters
None.
Body Parameters
DownloadDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClientPublicKey | string |
None. |
|
| SecurityToken | string |
None. |
|
| CurrentUserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "ec3c169d-5c14-4923-ab3d-f8f8d1a98961",
"clientPublicKey": "sample string 2",
"securityToken": "sample string 3",
"currentUserId": "fcbf8e29-df2d-41d1-b4fa-13481f647461"
}
application/xml, text/xml
Sample:
<DownloadDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccessManager.DTO"> <ClientPublicKey>sample string 2</ClientPublicKey> <CurrentUserId>fcbf8e29-df2d-41d1-b4fa-13481f647461</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>ec3c169d-5c14-4923-ab3d-f8f8d1a98961</Id> </DownloadDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of byteResponse Formats
application/json, text/json
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>