Get all Events
GET {{baseUrl}}/3dCartWebAPI/v1/Webhooks/Events?limit=<integer>&offset=<integer>&name=<string>&countonly=<integer>
Get a list of all the Events
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 | |
countonly | string | Count the number of rows only |