Traccar
Traccar is an open-source GPS tracking platform for monitoring vehicles, assets, and mobile devices.
- Base URL:
https://demo.traccar.org/api - Auth:
basic(pass your key via theapiKeyinput)
Operations
get_attributes_computed— GET /attributes/computed — Fetch a list of Attributesget_calendars— GET /calendars — Fetch a list of Calendarsget_commands— GET /commands — Fetch a list of Saved Commandsget_commands_send— GET /commands/send — Fetch a list of Saved Commands supported by Device at the momentget_commands_types— GET /commands/types — Fetch a list of available Commands for the Device or all possible Commands if Device ommitedget_devices— GET /devices — Fetch a list of Devices
Inputs
apiKey— your traccar 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_attributes_computed
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_attributes_computed, get_calendars, get_commands, get_commands_send, get_commands_types, get_devices |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |