Consultation API
Open bookmark when user is not logged in
When an user is not logged in and opens a bookmark he is redirected to the login page, and after the authentication this url is called to recover the bookmark consultation
GET/rest/consultation/bookmarkRecover
| Query parameters | None |
| Header |
|
| Header/Parameter | tenant |
| Body | None |
| Returns | ConsultationResponse |
| Required role | USER |
| Managed errors | 401: insufficient privileges |
Example request
curl 'http://localhost:8080/mwp/rest/consultation/bookmarkRecover' -H 'auth-token: 6bc7e5ba-71bf-4623-8788-a7f7ef44a74e' -H 'tenant:default'