API to close a batch of responses in progress | XM Community
Skip to main content

Is there an API that I can use to close a batch of responses in progress?
Thanks,
Tim

Tim
You can use this API to close the response in progress.
Hope it helps!


Hi Deepak,
I used POST https://yul1.qualtrics.com/API/v3/surveys/{surveyId}/sessions/{{sessionId}}
and input my surveyID and selected a file with my sessionIDs and I get a 400 Bad Request error. Do I need to select a specific Body and add input a key and value or ?
image.pngThanks,
Tim


Tim
Just include the below in the body>raw
{
    "close": true
}
image.png
Hope it helps!


That worked. Thanks again!


Leave a Reply