POST Api/Download/Get

Request Information

URI Parameters

None.

Body Parameters

DownloadDTO
NameDescriptionTypeAdditional 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": "a3dc0eb2-20a1-4549-982b-86439cbef60f",
  "clientPublicKey": "sample string 2",
  "securityToken": "sample string 3",
  "currentUserId": "02c061f2-e2ce-4689-8db6-164fa44cc259"
}

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>02c061f2-e2ce-4689-8db6-164fa44cc259</CurrentUserId>
  <SecurityToken>sample string 3</SecurityToken>
  <Id>a3dc0eb2-20a1-4549-982b-86439cbef60f</Id>
</DownloadDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DownloadDTO'.

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>