I noticed that there is no documented operations, dedicated to LOVs and Analytical Drivers management in the REST api documentation,
after spying with the browser debugger when loading LOVs, I tried the request "https://<my host>/knowage/restful-services/2.0/lovs/get/all" in a browser tab beside the knowage tab, like when interacting with documents, (the page use the session of the application)
but in that case it doesn't work, and I get this error :
"service":"","errors":[{"message":"RESTEASY003650: No resource method found for GET, return 405 with Allow header"}]}
can someone explain what is missing, (specific header attribute?) , to get it works from the REST request like inside the application ?
Also if someone have some postman set of request to test Knowage REST API, to share, I'm interested !
thanks in advance.