cURL
curl --request POST \ --url https://api.redem.io/v3/getAllRespondents \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "surveyName": "<string>" }'
{ "success": true, "message": "<string>", "results": [ { "isExcluded": false, "reasonsForExclusion": [ "<string>" ], "redemScore": 85, "qualityScoreSummary": [ { "qualityCheck": "OES", "score": 78, "reason": "The user shows several inconsistencies and contradictions, such as different ...", "incoherentQuestions": [ "Q1", "Q2" ] } ], "dataPointsSummary": [ { "qualityCheck": "OES", "dataPointId": "Q1", "score": 85, "category": "VALID_ANSWER", "reason": "Straightliner, Partial Straightliner" } ] } ] }
Retrieve all respondents for a survey.
Request body for getting all respondents
The name of the survey.
Successfully retrieved all respondents
Show child attributes