Hi everyone,
Is there any way to see all the projects with a GET requests in the form of a JSON? I’ve been trying for a couple days now. Using the line GET https://yourversionofkobo/api/v2/assets?q=asset_type:survey (changing yourversionofkobo for kf.kobotoolbox in my case) with postman, i get a HTML output. This output has a list of all projects and details of said projects in JSON within it. Is there a way to get a clean JSON with all this info?
Thanks a lot
Edit: right after creating the topic, i found the solution, you just have to add .json at the end of assets so it will return a json. It would be https://yourversionofkobo/api/v2/assets.json?q=asset_type:survey
Welcome to the community, @davidfmartin! Try using this API https://<kobocat>/<username>/formList