get https://webhooks.ordergroove.com/webhook_targets//filters
Response Body Definitions
Name | Type | Description | Example |
---|---|---|---|
next | string | Url to retrieve next page of results | https://restapi.ordergroove.com/webhook_targets:target_id/filters?page=1 |
previous | string | Url to retrieve previous page of results | https://restapi.ordergroove.com/webhook_targets:target_id/filters?page=3 |
results | object | Array of configured targets | |
id | string | ID of filter | 5f15ef298dc15df9bc6eda35 |
target | string | ID of webhook on which filter exists | aaaa1111bbbb2222cccc |
pattern | string | Regular expression pattern off which filter is based | subscription.* |
created | timestamp | When filter was created | 1595273001 |