Rest API
  • Odoo REST API: Version 1.0 documentation
  • Connection
    • Configuration
    • Demo
    • Logging In
      • How you can do
        • Odoo Version Information
        • Oauth1 Authentication
        • OAuth2 Authentication
        • Basic Authentication
  • Calling Methods
    • Check Access Rights
    • List Records
      • Pagination
    • Count Records
    • Read Records
      • Read Single Record
      • Read List Records
      • Read Filter Records
    • Listing Record Fields
    • Create Records
    • Update Records
      • Update Single Record
      • Update List Records
    • Delete Records
      • Delete Single Record
      • Delete List Records
  • Report Printing
    • Print Single Report
    • Print List Reports
  • Inspection and Introspection
    • ir.model
    • ir.model.fields
Powered by GitBook
On this page

Calling Methods

PreviousBasic AuthenticationNextCheck Access Rights

Last updated 1 year ago

The second endpoint restapi/1.0/object is used to call methods of Odoo models.

What you can do

The REST API lets you do the following with the Odoo models:

Check Access Rights
List Records
Pagination
Count Records
Read Records
Read Single Record
Read List Records
Read Filter Records
Listing Record Fields
Create Records
Update Records
Update Single Record
Update List Records
Delete Records
Delete Single Record
Delete List Records