Actions17
- Customer Actions
- Product Actions
- Service Actions
- Session Actions
Overview
This node integrates with the iBill.io API to perform operations related to sessions, specifically listing the history for a service. It is useful for retrieving historical session data associated with a particular service ID, allowing users to query and sort session records based on various parameters such as order field, order direction, offset, and limit. Practical applications include tracking service usage history, auditing session activities, and generating reports on service sessions.
Use Case Examples
- Retrieve the session history for a specific service by providing the service ID and optional query parameters to filter and sort the results.
- Use the node to paginate through session history records by adjusting the offset and limit parameters.
Properties
| Name | Meaning |
|---|---|
| Service ID | The unique identifier of the service for which the session history is to be listed. This is a required numeric input. |
| Query Parameters | Optional parameters to customize the query, including order field (which field to sort by), order direction (ascending or descending), offset (starting record number), and limit (maximum number of results to return). |
Output
JSON
sessionHistory- Array of session history records for the specified service.
Dependencies
- Requires an API key credential for iBill.io API authentication.
Troubleshooting
- Common issues include invalid or missing service ID, which will cause the API call to fail.
- Incorrect query parameters such as invalid order fields or out-of-range offset/limit values may result in errors or empty results.
- If the operation returns undefined, it indicates a problem with the API response or node implementation; ensure the API is accessible and credentials are valid.
Links
- iBill.io API Documentation - Official documentation for the iBill.io API, including endpoints and parameters for session history retrieval.
