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 number 1234
Version
sent in body
File version number 1234
Doc
sent in body
Shared token string some text
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,
  "Doc": "some text",
  "Action": "some text",
  "RequestView": true,
  "RequestEmbedded": true
}
Returns

Link to the form