Rest API
CtrlK
  • 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
  1. Connection
  2. Logging In

How you can do

  • Odoo Version Information

  • OAuth1 Authentication

    • 1. Temporary Credential Request

    • 2. Resource Owner Authorization

    • 3. Token Credentials Request

  • OAuth2 Authentication

    • 1. Resource Owner Authorization

    • 2. Token Credentials Request

PreviousLogging InNextOdoo Version Information

Last updated 2 years ago