We recently installed MPACT enrollment server. I want to test the web services on MPact enrollment server before I develop my mobile application. In the documentation, there is a web service in which you can get your site tree in JSON format.
But folders inside the VM is not visible so we cannot see the url full path.
I have tried these urls but all gave me 404(not found) errors.
:8080/atls/atls/stats/services/rest/v1/list/hierarchyInCountry?q=id%3D*
:8080/atls/stats/services/rest/v1/list/hierarchyInCountry?q=id%3D*
:8080/stats/services/rest/v1/list/hierarchyInCountry?q=id%3D*
please help.
2 Replies
Try the following:
:8080/stats/services/rest/v1/feature/list/hierarchyInCountry?q=id%3D*
Apologies if the documentation is not reflective. You will notice within the UI there is an "API" page which full be functional soon and will contain some of these details.
Do you know what version of server you are using? I believe starting with 14D, the port defaults to the standard "80" instead of "8080".