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 Organisations. Specifically, the 'Get All Organisations' operation fetches a list of organisations with support for pagination and sorting. This is useful for scenarios where users need to integrate organisational data from Billing Booth One into their workflows, such as syncing organisation lists, generating reports, or automating billing processes.

Use Case Examples

  1. Retrieve a list of organisations with a limit of 10 entries.
  2. Fetch organisations starting from an offset of 20 to paginate through results.
  3. Sort organisations by name or default status using the sort parameter.

Properties

Name Meaning
Limit Maximum number of organisation entries to return in the response.
Offset Starting offset for the list of organisations, useful for pagination.
Sort Sort order of the results. Multiple values can be provided separated by commas, e.g., 'name,-name,is_default,-is_default' to control sorting by name or default status.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the list of organisations 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 (limit, offset, sort) may cause API errors or unexpected results.
  • Network or API endpoint issues can cause request failures; ensure the base URL is correct and accessible.

Links

Discussion