Get a Webhooks
Note
API endpoints:
GET {your_Odoo_server_url}/restapi/1.0/webhooks (Get a list of all webhooks)
GET {your_Odoo_server_url}/restapi/1.0/webhooks/{id} (Get a single webhook by its id)
GET {your_Odoo_server_url}/restapi/1.0/webhooks?ids={comma_separated_ids} (Get a list of webhooks of particular ids)
GET {your_Odoo_server_url}/restapi/1.0/webhooks/?domain={comma_separated_list_of_args} (Get a list of specific webhooks using domain filter)
Last updated