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": "3dcc33d5-c4e0-477f-8a0c-aad7c1db8f1d",
"clientPublicKey": "sample string 2",
"securityToken": "sample string 3",
"currentUserId": "99ba2588-2bd5-45fe-857d-8747d2568f3a"
}
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>99ba2588-2bd5-45fe-857d-8747d2568f3a</CurrentUserId> <SecurityToken>sample string 3</SecurityToken> <Id>3dcc33d5-c4e0-477f-8a0c-aad7c1db8f1d</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>