Recalculate Respondents
This endpoint allows you to recalculate specific quality checks for a list of respondents within a given survey. It is useful for re-running checks with updated parameters or if they were skipped previously. Note that this operation requires the survey to be created with API version v3 and after the feature release date (2025-12-02).
This endpoint allows you to recalculate specific quality checks for a list of respondents within a survey. It is useful when you need to re-evaluate respondents with updated check configurations (e.g., enabling OES or Duplicate Detection) or if previous checks were skipped. Prerequisites:Documentation Index
Fetch the complete documentation index at: https://docs.redem.io/llms.txt
Use this file to discover all available pages before exploring further.
- The survey must have been created with API version
v3. - The feature must be enabled and the survey created after the feature release date (2025-12-02).
- You must provide valid
respondentIdsbelonging to the specifiedsurveyName. - The number of
respondentIdsper request is limited to 100.
Authorizations
Body
Request body for recalculating respondents
🔒 Authentication: This endpoint is only accessible via a PRIVATE API key type
The name of the survey.
Array of respondent IDs to recalculate (max 100).
1 - 100 elementsObject specifying which quality checks to recalculate. At least one check must be set to true. Omitted checks are treated as false.
Optional list of allowed languages for Open Ended Score check. This will only be processed if 'OES' is set to true in selectedChecks.
Whether to activate duplicate detection during recalculation. This will only be processed if 'OES' is set to true in selectedChecks.
Whether to activate Grid Question Score pattern checking. This will only be processed if 'GQS' is set to true in selectedChecks.

