cURL
curl --request POST \ --url https://api.redem.io/v3/restartSurvey \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "surveyName": "<string>" }'
{ "success": true, "message": "<string>", "results": { "surveyId": "<string>", "surveyName": "<string>", "status": "<string>" } }
Restart a previously stopped survey to allow new respondent additions.
The name of the survey to restart.
Survey restarted successfully
Show child attributes