v1
latestOpenAPI 3.1.02026-07-24331755.4 KBQuestionnaires
Get completed questionnaire
Gets a signed URL for a completed questionnaire by ID.
The URL can be used to download the completed questionnaire file.
The URL is valid for 60 minutes.
get/questionnaires/{id}/
Path parameters
idstring uuid required
The target questionnaire ID
Response
Successful operation
Example response
{
"ok": true,
"result": {
"url": "https://FILE_URL.com"
}
}