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