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 tags based on specified criteria. It is useful for scenarios where users need to fetch and manage tags from their Billing Booth One account, such as filtering tags by description, sorting them, or paginating through large sets of tags. For example, a user can limit the number of tags returned, offset the starting point for retrieval, search tags by description, and sort the results by description in ascending or descending order.

Use Case Examples

  1. Retrieve the first 10 tags sorted by description.
  2. Search for tags containing a specific keyword in their description.
  3. Paginate through tags by setting offset and limit parameters.

Properties

Name Meaning
Limit Maximum number of tag entries to return in the response.
Offset Starting offset for the list of tags, useful for pagination.
Search Search string to filter tags by their description.
Sort Sort order of the results, can be 'description' for ascending or '-description' for descending order.

Output

JSON

  • data - The main data object containing the list of tags 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.
  • Network connectivity issues can prevent successful API requests.
  • Error messages from the node typically indicate the nature of the failure, such as missing routing information for the selected resource and operation, or missing binary data if expected.

Discussion