cURL
curl --request POST \ --url https://api.redem.io/v3/getRespondent \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "surveyName": "Global Vacation Insights 2024", "respondentId": "RESP497770" }'
{ "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 the quality check results and status for a specific respondent.
Request body for getting a respondent
The name of the survery.
"Global Vacation Insights 2024"
The unique identifier for a respondent, making it easy to distinguish them from others in the survey
"RESP497770"
Successfully retrieved respondent data
Complete quality assessment for a respondent
Show child attributes