Skip to main content
POST
/
v3
/
getRespondent
Get respondent results
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"
      }
    ]
  }
}

Authorizations

api-key
string
header
required

Body

application/json

Request body for getting a respondent

surveyName
string
required

The name of the survery.

Example:

"Global Vacation Insights 2024"

respondentId
string
required

The unique identifier for a respondent, making it easy to distinguish them from others in the survey

Example:

"RESP497770"

Response

Successfully retrieved respondent data

success
boolean
message
string
results
object

Complete quality assessment for a respondent