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 destination groups. It supports fetching a list of destination groups with options to limit the number of results, set an offset for pagination, search by name, and sort the results. This is useful for scenarios where users need to manage or analyze destination groups within their billing or telephony system, such as generating reports or syncing data with other systems.

Use Case Examples

  1. Retrieve the first 10 destination groups sorted by name.
  2. Search destination groups by a specific name keyword and limit results to 5.
  3. Paginate through destination groups by setting offset and limit parameters.

Properties

Name Meaning
Additional Fields Optional parameters to customize the query for retrieving destination groups, including limit, offset, search, and sort.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the list of destination groups and related data

Dependencies

  • Requires an API key credential for Billing Booth One API authentication, including a base URL and access token.

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.
  • Network connectivity issues can prevent successful API requests.
  • Error messages from the node typically include the API error message or a generic 'Unknown error occurred'. To resolve, verify credentials, check parameter values, and ensure network access.

Discussion