Odoo Webhooks: Version 1.0
1.0
  • Configuration
  • Properties
  • Endpoints
    • What you can do
      • Get a Webhooks
      • Get a count of Webhooks
      • Create a new Webhook
      • Update an existing Webhook
      • Delete a Webhook from the database
  • Receive a webhook
  • Respond to a webhook
Odoo Webhooks: Version 1.0
  • Docs »
  • Endpoints

Endpoints¶

The endpoint restapi/1.0/webhooks is used to call methods of odoo webhook model.

What you can do¶

The Webhook REST API lets you do the following with the Odoo webhook model:

  • Get a Webhooks
    • Get a list of all webhooks
    • Get a single webhook by its id
    • Get a list of webhooks of particular ids
    • Get a list of specific webhooks using domain filter
  • Get a count of Webhooks
  • Create a new Webhook
  • Update an existing Webhook
    • Update a single webhook by its id
    • Update a list of webhooks of particular ids
  • Delete a Webhook from the database
    • Delete a single webhook by its id
    • Delete a list of webhooks of particular ids
Next Previous

© Copyright 2021, Aurayan Consulting Services (https://www.aurayancs.com).