Submitting a query

The data is queried by entering a favorite. As an option, you can also specify filters to further restrict the data volume.

Queries can be submitted in two different ways - using HTTP request (GET and POST http protocols) or the SOAP service.

HTTP pattern

http://host:<load balancer port>/ppm/contextname/urlquery/query.do

Example

http://localhost:4080/ppm/API_umg_en/urlquery/query.do?favoritename=<favorite name>

SOAP pattern

http://host:port/ppm/contextname/services/queryApiService

This interface is provided for the implementation of client applications in Java, PHP, etc. It is also easy to embed it in service-oriented architectures (SOA).