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