cURL
curl --request GET \ --url https://api.example.com/questionnaires/{id}
{ "id": 123, "name": "<string>", "description": "<string>", "firstMessage": "<string>", "retryIntervalDays": 123, "maxTries": 123, "intervalBackOffMultiplier": 123, "repeatIntervalDays": 123, "createdAt": "2023-11-07T05:31:56Z", "questions": [ { "id": 123, "questionnaireId": 123, "position": 123, "type": "<string>", "prompt": "<string>", "metadata": "<string>" } ], "answers": [ { "questionId": 123, "questionnaireCallId": 123, "prompt": "<string>", "type": "<string>", "metadata": "<string>", "answerText": "<string>", "answeredAt": "2023-11-07T05:31:56Z" } ], "clients": [ { "id": 123, "clientId": 123, "questionnaireId": 123, "phoneCallId": 123, "createdAt": "2023-11-07T05:31:56Z", "nextTryAt": "2023-11-07T05:31:56Z" } ] }
The unique identifier of the questionnaire.
Successfully retrieved the questionnaire details.
Show child attributes