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 audit entries based on specified filters and parameters. It is useful for scenarios where users need to monitor or analyze audit logs, such as tracking changes, user activities, or system events within the Billing Booth One platform. For example, it can be used to fetch audit entries filtered by date range, category, user ID, or customer, with options to limit and sort the results.

Use Case Examples

  1. Retrieve the last 10 audit entries related to billing within a specific date range.
  2. Fetch audit entries for a particular user to review their activity.
  3. Get audit entries filtered by customer and sorted by date in descending order.

Properties

Name Meaning
Additional Fields Optional filters and parameters to customize the audit entries retrieval, including limit, offset, date range (from/to), category, user ID, customer, and sort order.

Output

JSON

  • data - The JSON response containing the audit entries retrieved from the API.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or unsupported filter values may cause the API to return errors or empty results.
  • Network connectivity issues can prevent successful API requests.
  • Error messages from the API are propagated and can be seen in the node output; ensure parameters are correctly set to avoid errors.

Links

Discussion