This question has been flagged
1 Reply
22341 Views

Hey,

I would like to call the Odoo API from an external tool middleware where I can fire REST API Calls (URL, Request Body etc.) This is similar like the parameters I can enter into Postman for example.

Now I am wondering if or how I can call my Odoo API to e.g. pull my partners names and ID to get it back in a Json object.

I can only find the Odoo doumentation where it is described how to call it via Python, PHP etc. but not via "regular API Call"

https://www.odoo.com/documentation/12.0/webservices/odoo.html 


I hope you can help me with this! Thanks in advance!


Avatar
Discard

Whats the issue you are facing?

Best Answer

There are apps in app store to exactly that.

For example: https://www.odoo.com/apps/modules/11.0/restapi/


You can read their docs  @ https://odoo-restapi.readthedocs.io/


Accept and upvote if helpful

Avatar
Discard