Docs

Print Survey

Renders a SmartSurvey survey as HTML, Word, or PDF.

POST

Body

Arguments
numberrequired

The survey id of the survey you want to print

numberrequired

The output type you want to print the survey as. Options: 1: Word doc | 2: HTML | 3: PDF

Uncommon arguments
number

The survey translation id to print the survey in.

boolean

Whether to include the title of the survey. (default: true)

boolean

Whether to include the logo. (default: true)

boolean

Whether to include question numbers. (default: true)

boolean

Whether to include page numbers. (default: true)

boolean

Whether to include page headings. (default: true)

boolean

Whether to include page descriptions. (default: true)

boolean

Whether to include page breaks. (default: true)

boolean

Whether to prevent breaking questions across pages. (default: true)

boolean

Whether to strip HTML tags from all questions. (default: false)

boolean

Whether to strip HTML tags from all answer choices. (default: false)

string

The background color of the survey title. (default: #1170a8 - dark blue)

string

The color of the survey title text. (default: #FFFFFF - white)

string

The background color of the survey logo. (default: #FFFFFF - white)

string

The background color of the page title. (default: #424242 - dark gray/black)

string

The color of the page title text. (default: #FFFFFF - white)

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.