GET api/2.0/files/{fileId}/properties
Returns file properties of the specified file.
Name |
Description |
Type |
Example |
fileId
sent in url
|
File ID
|
`0
|
|
GET api/2.0/files/{fileid}/properties
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
application/json
{
"status": 0,
"response": {
"FormFilling": {
"CollectFillForm": true,
"ToFolderId": "some text",
"ToFolderPath": "some text",
"CreateFolderTitle": "some text",
"CreateFileMask": "some text"
}
}
}
text/xml
<result>
<status>0</status>
<response>
<FormFilling>
<CollectFillForm>True</CollectFillForm>
<ToFolderId>some text</ToFolderId>
<ToFolderPath>some text</ToFolderPath>
<CreateFolderTitle>some text</CreateFolderTitle>
<CreateFileMask>some text</CreateFileMask>
</FormFilling>
</response>
</result>