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 data related to various resources. Specifically, for the 'Destinations' resource with the 'Get All Destinations' operation, it fetches a list of destination entries from the API. It supports filtering, sorting, and pagination through various query parameters. This node is useful for users who need to programmatically access and manage destination data, such as telecom routing destinations, within their workflows.

Use Case Examples

  1. Retrieve a list of all voice destinations with a limit of 10 entries.
  2. Fetch data destinations filtered by a specific supplier ID and sorted by name.
  3. Get SMS destinations starting from an offset of 20 entries.

Properties

Name Meaning
Limit Maximum number of entries to return.
Offset Starting offset for the list of entries.
Unit Type Filter destinations by unit type (voice, data, or sms).
Supplier Id Filter destinations by supplier ID.
Supplier Platform Id Filter destinations by supplier platform ID.
Destination Group Id Filter destinations by destination group ID.
Search Search destinations by name.
Sort Sort order of results, supporting multiple comma-separated values (e.g., name, -name).

Output

JSON

  • data - The main response data containing the list of destinations and their 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 query parameters 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 valid and the API endpoint is reachable.

Links

Discussion