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 CDR (Call Detail Record) analytics data, specifically providing a summary of CDRs based on user-defined filters. It is useful for telecom or billing system users who need to analyze call data records over specific time periods or filtered by customer, destination, or file IDs. For example, a user can fetch a summary of call records from a certain date range or for a particular customer to generate reports or perform further analysis.

Use Case Examples

  1. Retrieve CDR summary for calls made between two dates.
  2. Filter CDR summary by specific customer ID or destination ID.
  3. Get summary data for one or more specific CDR file IDs.

Properties

Name Meaning
Additional Fields Optional filters for the CDR summary query, including date range (from, to), CDR file IDs, customer ID, and destination ID.

Output

JSON

  • data - The main response data containing the CDR summary information returned 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 missing 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 is thrown indicating the missing binary property.

Links

Discussion