Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
i'm trying to get some data from our company's Lectra PLM based on mongo db.
PLM consultants gave me the body syntex to include on my REST connection but for some reasons it seems the call is ignoring the body.
Do someone has the idea of which can be the cause?
With this configuration i'm getting only 100rows but with the parameters limit 0 it should return all results, not only the first 100. PLM consultants says there is not pagination so all the results should retrived.
thanks
Content-Type: application/json was missing as query header.
Postman adds it automatically that's the reason why on Qlik was not working and with postaman yes.
Thanks @rzenere_avvale for helping!
Ciao @micheledenardi ,
A few questions to deep dive the issue:
Regards,
Riccardo
I add only the Authorization Bearer as query header.
With postman it work correctly
Content-Type: application/json was missing as query header.
Postman adds it automatically that's the reason why on Qlik was not working and with postaman yes.
Thanks @rzenere_avvale for helping!