Hi all,
We are building out a process to download all canvasses from our server to be able to inspect and auto-check for issues (like embedded passwords, tools that may be misconfigured or potentially harmful and needing further review etc).
4 questions (first 2 are most pressing)
- The current API for downloading a package (/gallery/api/admin/v1/{appid}/package downloads these packages in a zipped format. Can you point me to an API where we can get these in plain XML format so that we don't need to first dump to a file; unzip; and then extract?.
- If not - can you direct me to a method to unpack these within the data stream rather than saving to file (e.g. possibly using something like python)?
- Is there some way to read this directly from the underlying DB instead (again, in a plain XML readable format)?
- Where can I find a document that contains the full server API and data dictionary, similar to this:
Thank you
Sean
cc: @HeatherMHarris @revathi @LizaNemchynova @AshwiniChezhiyan @JulieM