Actions24
Overview
This node interacts with the CigoTracker API to perform various operations on different resources such as jobs, actions, itineraries, locations, vehicles, and operators. Specifically, for the Vehicle resource with the Get operation, it retrieves detailed information about a vehicle by its ID. This is useful in scenarios where you need to fetch vehicle details for tracking, management, or reporting purposes within a logistics or fleet management workflow.
Use Case Examples
- Retrieve detailed information about a specific vehicle by providing its Vehicle ID to monitor its status or attributes.
- Integrate vehicle data retrieval into an automated workflow to update records or trigger alerts based on vehicle information.
Properties
| Name | Meaning |
|---|---|
| Vehicle ID | The ID of the vehicle to retrieve information for. This is a required string input. |
Output
JSON
json- The JSON object containing the vehicle details retrieved from the CigoTracker API.
Dependencies
- CigoTracker API
- An API key credential for CigoTracker API authentication
Troubleshooting
- Common issues include providing an invalid or non-existent Vehicle ID, which may result in an error response from the API.
- Network or authentication errors can occur if the API key credential is missing, invalid, or expired.
- Error messages typically indicate the nature of the failure, such as 'Vehicle not found' or 'Unauthorized access'. To resolve, verify the Vehicle ID and ensure valid API credentials are configured.
Links
- CigoTracker API - Get Vehicle by ID - Official API documentation for retrieving vehicle details by ID from CigoTracker.