curl --location 'https://stg-gateway.invora.app/api/billing/v2/events/list' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"part": {
"code": "string",
"externalSubscriptionId": "string",
"timestamp": {
"fromInclusive": "2019-08-24T14:15:22.123Z",
"toExclusive": "2019-08-24T14:15:22.123Z"
},
"receivedAt": {
"fromInclusive": "2019-08-24T14:15:22.123Z",
"toExclusive": "2019-08-24T14:15:22.123Z"
}
},
"textSearch": "string"
},
"sort": {
"rules": [
{
"timestamp": "SORT_DIRECTION_UNSPECIFIED",
"receivedAt": "SORT_DIRECTION_UNSPECIFIED"
}
]
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
},
"readMask": "string",
"view": "VIEW_UNSPECIFIED"
}'{
"items": [
{
"apiClient": "string",
"billableMetricName": "string",
"code": "string",
"customerTimezone": "TIMEZONE_UNSPECIFIED",
"deletedAt": "2019-08-24T14:15:22.123Z",
"externalSubscriptionId": "string",
"id": "string",
"ipAddress": "string",
"matchBillableMetric": true,
"matchCustomField": true,
"matchCustomer": true,
"matchSubscription": true,
"payload": {},
"receivedAt": "2019-08-24T14:15:22.123Z",
"timestamp": "2019-08-24T14:15:22.123Z",
"transactionId": "string"
}
],
"totalCount": "string",
"nextPageCursor": "string"
}