I am trying to download a form that was already submitted. I would like to download it again by using its _uuid. The URL that I submitted looked like this:
https://kc.kobotoolbox.org/api/v1/data/[FORM ID]?format=json&query={"_uuid":{"$eq":"9c777865-eb67-4ce0-8fcd-3dbff4ab15ba"}}
Although I got a server response of 200, the json string that I was supposed to get was empty.
I would like to know if what I wanted to do is possible and what is the correct syntax.
Thanks
Raffy