For a URL query, the URL is composed using the following pattern:
Query pattern
http://host:port/kontextname/urlquery/query.do?parameterlist
The context name is specified when installing Performance Dashboard and the suggested name is composed as follows: API_<client name>, e.g., API_umg_en
The URL is extended by particular parameters, which are entered at the end of the URL, separated by a question mark. The parameters (including value) are separated by the & symbol. The name and value are separated by the equals sign.
?<paramname_1>=<paramvalue_1>&<paramnameN=paramvalueN.
The possible parameters are described in the chapter on Query parameters.
Example
http://pcwas:8080/API_default/urlquery/query.do?favoritename=02%20Verteilung%20der%20Durchlaufzeit&favoritefolder=FAVORITES_PRIVATE&language=de
If you have enabled the query interface, in PPM you can use the URL for query interface option in the pop-up menu for a particular favorite to copy the corresponding URL to the clipboard. The URL created is already correctly coded and contains the language specified when logging into the PPM front-end in the language argument. Additional filter settings specified for the favorite are not included.