participant_id
: A unique identifier for the participant.question_histories
: The recorded changes for each question, generated by the JavaScript tracker.questions
: An object containing the survey questions, where each key is the question ID and the value is the question text.responses
: An object containing the participant’s final responses, where each key is the question ID and the value is the response text.survey_id
: A unique identifier for the survey.error
: Indicates if there was an error in processing the request.flagged
: Indicates if any fraudulent activity was detected.num_checks_failed
: The number of fraud detection checks that failed.response_groups
: A dictionary where the key corresponds to the question ID and the value corresponds to the cluster of duplicated responses.effort_ratings
: A dictionary where the key corresponds to the question ID and the value corresponds to an effort score (1-10).checks
: A dictionary where the keys correspond to question IDs and the values are arrays of failed check descriptions.model
: The version of the fraud detection model used.flagged
property to determine if any fraudulent activity was detected, and examine the checks
object for specific details on the failed checks.
How often can I make API requests?
The allowed request frequency depends on your Roundtable Alias subscription plan. Please refer to your account’s rate limits or contact our support team for more information.