Get Started
API backend
API system
More information

POST api/2.0/files/masterform/{fileId}/checkfillformdraft This function requires authentication

Description

Checks if the current file is a form draft which can be filled out.

Parameters
Name Description Type Example
fileId
sent in url
File ID `0
Version
sent in body
File version System.Int32
Doc
sent in body
Shared token System.String
Action
sent in body
Action with a form System.String
RequestView
sent in body
Specifies whether to request a form for viewing or not System.Boolean
RequestEmbedded
sent in body
Specifies whether to request an embedded form or not System.Boolean
Example
POST api/2.0/files/masterform/{fileid}/checkfillformdraft
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "Version": 1234,
  "Doc": "some text",
  "Action": "some text",
  "RequestView": true,
  "RequestEmbedded": true
}
Returns

Link to the form