Skip to main content
POST
Export a security questionnaire

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
questionnaireId
string
required

Questionnaire to export, including all of its answers.

Example:

"qst_abc123"

organizationId
string
required

Organization ID. The API overwrites this with the authenticated active organization.

Example:

"org_abc123"

format
enum<string>
required

File format to export the questionnaire in.

Available options:
xlsx,
csv,
pdf
Example:

"xlsx"

Response

200

Export questionnaire by ID to specified format