GET restapi/personal/yourfiles/private/files/{fileId}/v1
Get download url for a file. Will be valid for 1 minute.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fileId |
The file identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The file
stringResponse Formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>