Hi Damir,
Here's a Python script that logs in and retrieves json data via webgateway urls using the requests library
http://docs.python-requests.org/https://gist.github.com/will-moore/36c0 ... aabc028d70A full list of the webgateway urls is at
http://downloads.openmicroscopy.org/ome ... teway.urls (although you may find the source code easier to read!
https://github.com/openmicroscopy/openm ... ay/urls.pyI'm afraid the functionality provided by the current webgateway json urls is a kinda limited.
The webclient uses a different set of urls to load json data for the tree. These urls are prefixed with 'api' in
https://github.com/openmicroscopy/openm ... nt/urls.pyOne way to explore these is to use the development tools in your browser to see what urls are being accessed (E.g. "Network" tab of Chrome dev tools) while you're browsing the tree.
The only caveat is that webclient urls are not really considered a public 'API' and may change in minor releases.
We have started working on a new json api that will provide much more complete api coverage than the current webgateway urls. Hopefully you should see the first part of this in 5.3.0.
Regards,
Will.