Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to retrieve all events based on specified filters and options. It is useful for scenarios where users need to fetch event data such as logs or transaction events, with the ability to filter by creation date, status, and search terms, as well as control pagination and sorting. For example, it can be used to monitor event statuses or analyze event data within a given time range.

Use Case Examples

  1. Retrieve the latest 10 events with status 'pending'.
  2. Fetch events created between two dates and sort them by creation date.
  3. Search events by URL and paginate results with offset and limit.

Properties

Name Meaning
Limit Maximum number of entries to return.
Offset Starting offset for pagination.
From Filter events by creation date starting from this date.
To Filter events by creation date up to this date.
Status Filter events by their status.
Search Search events by URL.
Sort Sort order of results, supporting multiple comma-separated values such as 'created_at' or '-created_at'.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the list of events and their details.

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or unsupported query parameters may cause the API to return errors or empty results.
  • If the binary property name is specified but the binary data is missing, an error will be thrown indicating the missing binary property.

Links

Discussion