Use histogram operations to generate transaction histogram reports with cohorts and periods. For information on the invoice resource, see Resources.
Retrieves transaction histogram report data.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/experimental/histograms/transactions
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/experimental/histograms/transactions
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/experimental/histograms/transactions
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/experimental/histograms/transactions?periodStart=2019-08-24T14%3A15%3A22Z&periodEnd=2019-08-24T14%3A15%3A22Z&aggregationPeriod=minute&metric=approval&filter=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
{ "data": [ { … } ] }