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 support attachment files. Specifically, the 'Get All Support Attachment Files' operation fetches a list of support attachment files with optional parameters to limit the number of results, set an offset for pagination, and sort the results by specified fields. This node is useful for automating the retrieval and management of support attachments in billing or customer support workflows.

Use Case Examples

  1. Retrieve the first 10 support attachment files sorted by creation date descending.
  2. Fetch support attachment files starting from an offset of 20, sorted by description ascending.

Properties

Name Meaning
Limit Maximum number of support attachment file entries to return.
Offset Starting offset for the list of support attachment files, useful for pagination.
Sort Sort order of the results. Multiple values can be specified using comma separation, e.g., description,created. Possible values include description, -description, created, -created.

Output

JSON

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

Discussion