GET api/Files|1.0.0.0/{id}

Gets the SAS URI of a file from the user's personal store. If you pass "Count" as the file ID, it will return the number of files the user currently owns.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ID of the file to retrieve

string

Required

Body Parameters

None.

Response Information

Resource Description

SAS URI of file.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>