Get all Webhooks
GET {{baseUrl}}/3dCartWebAPI/v1/Webhooks?limit=<integer>&offset=<integer>&name=<string>&url=<string>&enabled=<boolean>&format=<string>&datecreatedstart=<string>&datecreatedend=<string>&dateupdatedstart=<string>&dateupdatedend=<string>&countonly=<integer>
Get a list of all Webhooks
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
name | string | Name of the Admin User | |
url | string | Webhook URL | |
enabled | string | Webhook enabled flag | |
format | string | Webhook format (JSON | |
datecreatedstart | string | Start date that the webhook was created (mm/dd/yyyy hh:mm:ss) | |
datecreatedend | string | End date that the webhook was created (mm/dd/yyyy hh:mm:ss) | |
dateupdatedstart | string | Start date that the webhook was updated last time (mm/dd/yyyy hh:mm:ss) | |
dateupdatedend | string | End date that the webhook was updated last time (mm/dd/yyyy hh:mm:ss) | |
countonly | string | Count the number of rows only |