Get a count of Webhooks
GET /restapi/1.0/webhooks/count?domain=[('model','=','product.product')] HTTP/1.1
Host: {your_Odoo_server_url}HTTP/1.1 200 OK
{
'count': 3
}Headers and Status Codes
Description
Last updated
GET /restapi/1.0/webhooks/count?domain=[('model','=','product.product')] HTTP/1.1
Host: {your_Odoo_server_url}HTTP/1.1 200 OK
{
'count': 3
}Last updated