curl --request POST \
--url http://localhost:3333/v1/questionnaire/export \
--header 'Content-Type: application/json' \
--data '{}'curl --request POST \
--url http://localhost:3333/v1/questionnaire/export \
--header 'Content-Type: application/json' \
--data '{}'The body is of type object.
Export questionnaire by ID to specified format
Was this page helpful?