Create file questionnaire

Create a new file-based questionnaire from an uploaded file (.xlsx, .docx, .pdf). File type is inferred as SPREADSHEET or DOCUMENT based on the uploaded file.

Body Params
file
required
string
required

Display name for the questionnaire.

string

Owner to assign, as a JSON string: {"type": "User" | "Team", "id": ""}.

string

Approver to assign, as a JSON string: {"type": "User" | "Team", "id": ""}.

string

Description of the questionnaire.

string

URL of the company associated with this questionnaire.

string

Due date for questionnaire completion.

string

ID of the customer trust account to associate with this questionnaire.

string

Comma-separated category IDs for which to include untagged entities.

string

Custom key-value pairs, as a JSON string array: [{"key": "", "value": ""}]. Keys and values may contain alphanumeric characters, hyphens, underscores, and periods.

string

Tags to assign, as a JSON string array: [{"categoryId": "", "tagId": ""}]. Replaces all existing tags.

Response

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json