Actions17
- Customer Actions
- Product Actions
- Service Actions
- Session Actions
Overview
This node interacts with the iBill.io API to perform operations on various resources such as Customer, Product, Service, and Session. Specifically, for the 'Service' resource with the 'Get All' operation, it retrieves a list of services from the iBill.io system. This is useful for scenarios where you need to fetch multiple service records, possibly with pagination controls like offset and limit to manage the number of results returned. For example, you might use this node to synchronize service data from iBill.io into another system or to display a list of services in a dashboard.
Use Case Examples
- Fetch all services with a limit of 100 records to display in a report.
- Retrieve services starting from a specific offset to paginate through large datasets.
Properties
| Name | Meaning |
|---|---|
| Query Parameters | Parameters to control the query for fetching services, including pagination options like offset and limit. |
Output
JSON
id- Unique identifier of the service record.name- Name of the service.description- Description of the service.price- Price associated with the service.status- Current status of the service.
Dependencies
- Requires an API key credential for iBill.io API authentication.
Troubleshooting
- Common issues include invalid API credentials, resulting in authentication errors. Ensure the API key is correctly configured.
- If the operation returns undefined, it indicates no data was returned; the node expects an empty array or object instead.
- Network issues or incorrect resource/operation parameters may cause failures; verify connectivity and parameter correctness.
Links
- iBill.io API Documentation - Official documentation for the iBill.io API, useful for understanding available endpoints and parameters.
