CigoTracker icon

CigoTracker

Interact with CigoTracker API

Actions24

Overview

This node interacts with the CigoTracker API to perform various operations related to jobs, actions, itineraries, locations, vehicles, and operators. Specifically, for the 'Job' resource and 'Search' operation, it allows users to search for jobs within a specified date range. This is useful for retrieving jobs scheduled between two dates, enabling efficient job management and tracking.

Use Case Examples

  1. Search for all jobs scheduled between January 1, 2024, and January 31, 2024, to generate a report of deliveries within that period.
  2. Retrieve jobs within a specific date range to analyze workload and optimize resource allocation.

Properties

Name Meaning
Start Date Start date for the job search range in YYYY-MM-DD format. Defines the beginning of the date interval for the search.
End Date End date for the job search range in YYYY-MM-DD format. Defines the end of the date interval for the search.

Output

JSON

  • json - The JSON output contains the list of jobs matching the search criteria, each job represented as an object with its details.

Dependencies

  • Requires an API key credential for CigoTracker API authentication to make authorized requests.

Troubleshooting

  • Ensure that the 'Start Date' and 'End Date' are provided and formatted correctly as YYYY-MM-DD; otherwise, the API request may fail or return no results.
  • If the API returns an error, check the validity and permissions of the API key credential used for authentication.
  • Network issues or incorrect endpoint URLs can cause request failures; verify connectivity and configuration.

Links

  • CigoTracker API - Job Search - Official documentation for the job search endpoint of the CigoTracker API, detailing request parameters and response structure.

Discussion