POST api/Upload/GetDownloadAuthorized

Request Information

URI Parameters

None.

Body Parameters

CheckGetDownloadModel
NameDescriptionTypeAdditional information
Guid

globally unique identifier

None.

OnlyMetadata

boolean

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Guid": "c48a80b2-dc92-4e8e-b846-38e53fb9bc11",
  "OnlyMetadata": true,
  "UserId": 3
}

application/xml, text/xml

Sample:
<CheckGetDownloadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pass.Models.Shared">
  <Guid>c48a80b2-dc92-4e8e-b846-38e53fb9bc11</Guid>
  <OnlyMetadata>true</OnlyMetadata>
  <UserId>3</UserId>
</CheckGetDownloadModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.