POST api/2.0/files/@common/html
Creates an html (.html) file in 'Common Documents' section with the title and contents sent in the request
Name |
Description |
Type |
Example |
title
sent in body
|
File title
|
string
|
some text
|
content
sent in body
|
File contents
|
string
|
some text
|
POST api/2.0/files/@common/html
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"title": "some text",
"content": "some text"
}
application/json
{
"status": 0,
"response": {
"folderId": 12334,
"version": 3,
"versionGroup": 1,
"contentLength": "12345",
"fileStatus": 2,
"viewUrl": "http:\/\/www.onlyoffice.com\/viewfile?fileid=2221",
"fileType": 7,
"fileExst": ".txt",
"comment": null,
"id": 631831212,
"title": "Some titile.txt",
"access": 1,
"shared": false,
"rootFolderType": 2,
"updatedBy": {
"id": "00000000-0000-0000-0000-000000000000",
"displayName": "Mike Zanyatski",
"title": "Manager",
"avatarSmall": "url to small avatar",
"profileUrl": ""
},
"created": "2019-12-15T06:37:51.4773380Z",
"createdBy": {
"id": "00000000-0000-0000-0000-000000000000",
"displayName": "Mike Zanyatski",
"title": "Manager",
"avatarSmall": "url to small avatar",
"profileUrl": ""
},
"updated": "2019-12-15T06:37:51.4773380Z",
"providerItem": false
}
}
text/xml
<result>
<status>0</status>
<response>
<folderId>12334</folderId>
<version>3</version>
<versionGroup>1</versionGroup>
<contentLength>12345</contentLength>
<fileStatus>2</fileStatus>
<viewUrl>http://www.onlyoffice.com/viewfile?fileid=2221</viewUrl>
<fileType>7</fileType>
<fileExst>.txt</fileExst>
<comment />
<id>631831212</id>
<title>Some titile.txt</title>
<access>1</access>
<shared>false</shared>
<rootFolderType>2</rootFolderType>
<updatedBy>
<id>00000000-0000-0000-0000-000000000000</id>
<displayName>Mike Zanyatski</displayName>
<title>Manager</title>
<avatarSmall>url to small avatar</avatarSmall>
<profileUrl></profileUrl>
</updatedBy>
<created>2019-12-15T06:37:51.4773380Z</created>
<createdBy>
<id>00000000-0000-0000-0000-000000000000</id>
<displayName>Mike Zanyatski</displayName>
<title>Manager</title>
<avatarSmall>url to small avatar</avatarSmall>
<profileUrl></profileUrl>
</createdBy>
<updated>2019-12-15T06:37:51.4773380Z</updated>
<providerItem>false</providerItem>
</response>
</result>