Web API: Signout: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
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'''.
The Signout operation signs out (logout) the user from QPR ProcessAnalyzer. There are no parameters, and no data is returned by the operation.


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


Example:
<pre>
<pre>
http://SERVER/qprpa/api/signout
Url: POST /api/signout
</pre>
</pre>


[[Category: QPR ProcessAnalyzer]]
[[Category: QPR ProcessAnalyzer]]

Revision as of 10:54, 16 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 request header Authorization with value Bearer <access token> needs to be in place to identify the session to be signed out.

Url: POST /api/signout