Record
get-webhook-deliveries-params
No description available.
record get-webhook-deliveries-params {
filter-status-eq: option<get-webhook-deliveries-filter-status-eq-enum>,
filter-webhook-contains: option<string>,
filter-attempts-contains: option<string>,
filter-started-at-gte: option<string>,
filter-started-at-lte: option<string>,
filter-finished-at-gte: option<string>,
filter-finished-at-lte: option<string>,
page-number: option<s32>,
page-size: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| filter-status-eq | option<get-webhook-deliveries-filter-status-eq-enum> | |
| filter-webhook-contains | option<string> | |
| filter-attempts-contains | option<string> | |
| filter-started-at-gte | option<string> | |
| filter-started-at-lte | option<string> | |
| filter-finished-at-gte | option<string> | |
| filter-finished-at-lte | option<string> | |
| page-number | option<s32> | |
| page-size | option<s32> |