Session Monitor API
List User’s Consultations
It returns all the sessions of user.
GET/rest/sessionmonitor/user
Query parameters | None |
Header | auth-token: token from authentication |
Header / Parameter | tenant |
Body | None |
Returns | List of Consultation Entries |
Required role | KBA MANAGER |
Managed errors | 401: insufficient privileges |
Example request
curl 'https://localhost:8080/mwp/rest/sessionmonitor/user@knowledge-values.com' -H 'auth-token: 5d4d7ae0-ed41-43ba-b128-a21f214b4ee3.local'
Example response
[ { "consultationId": "0d6cb176c7cabbd284658a079ed88682", "timestamp": 1476685779634, "timestampH": "2016-10-17 08:29:39", "kbaName": "MWP All functionality" } ]