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).
v3.respondentIds belonging to the specified surveyName.respondentIds per request is limited to 100.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.