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 Call Detail Records (CDRs). Specifically, the 'Get All Cdrs' operation fetches multiple CDR entries based on various filter criteria and pagination options. It is useful for scenarios where users need to analyze or process call records, such as billing reconciliation, call analytics, or auditing call data.

Use Case Examples

  1. Retrieve the latest 10 CDRs with status 'queued'.
  2. Fetch CDRs filtered by a specific supplier ID and date range.
  3. Search CDRs by file name and sort results by name or creation date.

Properties

Name Meaning
Additional Fields Optional filters and parameters to customize the CDR retrieval, including limit, offset, supplier ID, ID filter, search by file name, date range (from/to), status filter, and sort order.

Output

JSON

  • json - The JSON output contains the retrieved CDR data as returned by the Billing Booth One API, structured as an array of CDR records or an object with CDR details.

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.
  • If the binary property name is specified but the binary data is missing, an error is thrown indicating the missing binary property.

Links

Discussion