GET api/Files/{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
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of the file to retrieve |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
SAS URI of file.
stringResponse 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>