Hi @Geool ,
Thank you for helping out! I'm new to retool and jsonrpc.
I've tried setting it up using the REST resource:
- It seems the query returns the contents of our landing page instead of the API response. Can you see what I've setup incorrectly?
- In the raw body, the last param ""id": YOUR_ID_CONNECTION" - what is this?
Geool
22
I don't know about your code, but here's how I did it:
first step:
Create in resources - > Rest API -> Basic Auth -> Id -> Password
second step:
In the project, create a REST API file
For the connection to obtain the connection id
you can search the Internet for explanations on how to do the process with Postman and obtain the id
Hi @Geool,
Thank you for the detailed explanation - I've now managed to get data from Odoo.
Thanks again!