Skip to main content
POST
/
v3
/
restartSurvey
Restart a survey
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>"
  }
}
A restarted survey resumes accepting new respondents, allowing further additions after being previously stopped.

Authorizations

api-key
string
header
required

Body

application/json
surveyName
string
required

The name of the survey to restart.

Response

Survey restarted successfully

success
boolean
message
string
results
object