Bexio icon

Bexio

Interact with Bexio API

Overview

This node interacts with the Bexio API to perform search operations on items (products and services). It allows users to specify search criteria to filter items based on fields like internal name or user name, using operators such as equals or like. The node supports returning all matching results or limiting the number of results returned. This is useful for workflows that need to retrieve specific items from Bexio for further processing, reporting, or integration with other systems.

Use Case Examples

  1. Search for items where the internal name matches a specific value.
  2. Retrieve all items with user names containing a certain substring using the 'like' operator.

Properties

Name Meaning
Return All Whether to return all matching results or limit the number of results.
Limit Maximum number of results to return when 'Return All' is false.
Search Criteria One or more criteria to filter the items by, each specifying a field (internal name or user name), a comparison operator (= or like), and a value to match.

Output

JSON

  • id - Unique identifier of the item.
  • intern_name - Internal name of the item.
  • user_name - User-friendly name of the item.
  • description - Description of the item.
  • price - Price of the item.
  • tax_id - Tax identifier associated with the item.

Dependencies

  • Bexio API

Troubleshooting

  • Ensure the Bexio API credentials are correctly configured and have the necessary permissions to access item data.
  • If no results are returned, verify that the search criteria are correctly specified and match existing items.
  • Errors related to API requests may indicate network issues or invalid credentials; check connectivity and authentication settings.

Links

  • Bexio API Documentation - Official documentation for the Bexio API, useful for understanding available endpoints and data structures.

Discussion