cURL
curl --request POST \ --url https://api.example.com/questionnaires \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": 123, "name": "<string>", "description": "<string>", "firstMessage": "<string>", "retryIntervalDays": 123, "maxTries": 123, "intervalBackOffMultiplier": 123, "repeatIntervalDays": 123, "createdAt": "2023-11-07T05:31:56Z" }
The questionnaire creation data containing name and description.
Questionnaire created successfully.