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, including bundles. Specifically, the 'Get All Bundles' operation fetches a list of bundles with support for pagination, searching, and sorting. It is useful for scenarios where users need to programmatically access bundle information from Billing Booth One, such as integrating billing data into workflows or automating reporting.

Use Case Examples

  1. Retrieve a list of bundles with a limit of 10 entries starting from offset 0.
  2. Search bundles by name and sort results by name or reference.

Properties

Name Meaning
Limit Maximum number of entries to return in the response.
Offset Starting offset for the list of bundles, used for pagination.
Search Search term to filter bundles by name.
Sort Sort order of the results, supporting multiple comma-separated values such as 'name' or '-name'.

Output

JSON

  • data - The main response data containing the list of bundles or other resource data returned by 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 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