Web API: Signout: Difference between revisions
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 | 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. | ||
<pre> | <pre> | ||
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