GET api/2.0/files/file/{fileId}/presigneduri
Returns a link to download a file with the ID specified in the request.
Name |
Description |
Type |
Example |
fileId
sent in body
|
File ID
|
string
|
some text
|
GET api/2.0/files/file/{fileid}/presigneduri
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"fileId": "some text"
}