cancel
Showing results for 
Search instead for 
Did you mean: 

Access AMP details

schipmolder
Champ on-the-rise
Champ on-the-rise
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.

Thanks
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello,

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.

Regards
Axel

schipmolder
Champ on-the-rise
Champ on-the-rise
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.

Thanks!