Web API: Expression/query

From QPR ProcessAnalyzer Wiki
Revision as of 22:25, 15 May 2020 by Ollvihe (talk | contribs) (Created page with "The Analysis operation run a query in the server and returns data. Form of the url is <nowiki>https://SERVER/qprpa/api/analysis/33</nowiki> where SERVER is the DNS name to a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Analysis operation run a query in the server and returns data.

Form of the url is https://SERVER/qprpa/api/analysis/33 where SERVER is the DNS name to access QPR ProcessAnalyzer server. (The 33 is the number of the analysis which is the one mostly used. This documentation only covers using the analysis type 33.)

HTTP request header Authorization with value Bearer <access token> needs to be in place to identify the session to be signed out.

The request body is a JSON object containing key-value pairs as properties. Available properties are described in the Expression Analysis parameters.

Returns Example:

url: https://SERVER/qprpa/api/analysis/33
Body:
{
  "IncludeModelInformation": 1
}