how to get incremental records for this Qualtrics API | XM Community
Skip to main content
Question

how to get incremental records for this Qualtrics API

  • July 8, 2021
  • 0 replies
  • 115 views

Hi Team,
I am using this API(https://ca1.qualtrics.com/API/v3/surveys/{surveyId}/export-responses) . Need to know how to fetch incremental records . I am using Python to pull the response.
At present i am taking the RESPONSE_DATE max value and incrementing 1 millisecond to that date and passing to StartDate parameter of the API. but I am receiving one response id which i got in previous run.
Please help me out on this. how to fetch the incremental records let me know the multiple ways to do this