Python to fetch all surveys with specific embedded Data field | XM Community
Skip to main content
Question

Python to fetch all surveys with specific embedded Data field

  • July 1, 2020
  • 0 replies
  • 31 views

HI,
My requirement is two fold. I am looking to fetch all surveys with specific embedded Data field. ex: pull all surveys if it has got the embedded field "age" . Then i need the specific fields form survey results (ex: only who attempted the survey, completion status, score and the the embedded field value.

How do i need to apply these filters in api URI? any sample python code to do this?