Hi there!
Does anyone know how, given a survey ID, to find the IDs of all open sessions using the API? i.e., all sessions in which a user has started the survey, but not finished it?
The use case is that I want to close a survey completely, and not allow users who have already started it to continue. Setting the SurveyStatus to Inactive closes it to new users who haven’t yet started it, but it seems I also need to manually close every open session.
I know how to close a session once I have the ID, but how do I find the IDs of all those open sessions?
Thanks!