Get questionnaire status and results

Retrieves the status of an existing questionnaire, including results if they are available.

Authentication

x-api-keystring
Your API Activation Key

Path parameters

questionnaire_idstringRequiredformat: "uuid"

Response

Successful Response
statusenum
Current status of the questionnaire. Possible values: * `RESULTS_NOT_AVAILABLE`: Questionnaire has not been completed yet * `RESULTS_AVAILABLE`: Questionnaire has been completed and results are available
Allowed values:
detailsobject or null

Only populated if status is RESULTS_AVAILABLE

Errors