Web API: Signout: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This operation signs out the user from QPR ProcessAnalyzer. There are no parameters, and no data is retured by the operation. HTTP method is '''POST'''. Example: <pre> http:/...") |
No edit summary |
||
Line 1: | Line 1: | ||
The Signout operation signs out (logout) the user from QPR ProcessAnalyzer. There are no parameters, and no data is returned by the operation. HTTP method is '''POST'''. | |||
HTTP request header '''Authorization''' with value '''Bearer <access token>''' needs to be in place to identify the session to be signed out. | |||
Example: | Example: | ||
Line 5: | Line 7: | ||
http://SERVER/qprpa/api/signout | http://SERVER/qprpa/api/signout | ||
</pre> | </pre> | ||
[[Category: QPR ProcessAnalyzer]] |
Revision as of 22:12, 15 May 2020
The Signout operation signs out (logout) the user from QPR ProcessAnalyzer. There are no parameters, and no data is returned by the operation. HTTP method is POST.
HTTP request header Authorization with value Bearer <access token> needs to be in place to identify the session to be signed out.
Example:
http://SERVER/qprpa/api/signout