POST api/2.0/files/masterform/{fileId}/checkfillformdraft

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 number 1234
Version
sent in body
File version number 1234
Action
sent in body
Action with a form string some text
RequestView
sent in body
Specifies whether to request a form for viewing or not Bool value true
RequestEmbedded
sent in body
Specifies whether to request an embedded form or not Bool value true
Example
POST api/2.0/files/masterform/1234/checkfillformdraft
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

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

Link to the form