Sign in

Invoke JSON-2 model method

documented

Call a method on a specific Odoo model via the JSON-2 API. The model and method are in the URL; the request body contains method arguments, with authentication via an API key.

POST /json/2/{model}/{method}External JSON-2 APIno implementation yet0 runs

Input

model
Model
e.g. res.partner
method
Method
e.g. read
database
X-Odoo-Database header value
database name
user_agent
User-Agent header value
Software name
ids
IDs
Array of record IDs
context
Context
Context object
fields
Fields
List of fields to return
load
Load
Load options
Calls odoo as you (your API key is your account); keychains.dev holds the credentials.