Hi, Does anybody know if it's possible to access the details of installed AMP files using the available APIs? For example, I'd like to check if my AMP is installed and if it is which version is running and then that info in a webscript.
you can use the ModuleService API to check for installed modules and their details. This is a Java Foundation API service so unfortunately you can't use a JavaScript-backed web script for this.
Thanks Axel, I never worked with the ModuleService before, but I'll check it out. Java APIs are not a problem so I should be able to get that all to work nicely.