Get a count of Webhooks

Get the number of all webhooks by default and by passing domainarrow-up-right filter optionally, retrieve only the number of webhooks matching the query.

GET /restapi/1.0/webhooks/count

Request:

GET /restapi/1.0/webhooks/count?domain=[('model','=','product.product')] HTTP/1.1
Host: {your_Odoo_server_url}

Response:

HTTP/1.1 200 OK

{
  'count': 3
}

Query Parameters:

Headers and Status Codes
Description

Request Headers

Response Headers

Status Codes

Last updated