Here Tracking
HERE Tracking is a location tracking service for monitoring assets, vehicles, or devices in real time.
- Base URL:
https://tracking.api.here.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_aliases_v2— GET /aliases/v2 — Gets all aliasesget_aliases_v2_health— GET /aliases/v2/health — Gets service healthget_aliases_v2_trackingid— GET /aliases/v2/trackingId — Gets the tracking ID associated with an aliasget_aliases_v2_version— GET /aliases/v2/version — Gets service versionget_aliases_v2_trackingid_type— GET /aliases/v2/{trackingId}/{type} — Gets all aliases of a specified type for a deviceget_associations_v3_geofences_geofenceid— GET /associations/v3/geofences/{geofenceId} — Gets all devices associated with a geofence
Inputs
apiKey— your here-tracking API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_aliases_v2
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_aliases_v2, get_aliases_v2_health, get_aliases_v2_trackingid, get_aliases_v2_version, get_aliases_v2_trackingid_type, get_associations_v3_geofences_geofenceid |
geofenceId |
string | no | — | Path parameter geofenceId (required by some operations). |
trackingId |
string | no | — | Path parameter trackingId (required by some operations). |
type |
string | no | — | Path parameter type (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |