Telematicssdk
Tool for the telematicssdk API.
- Base URL:
https://api.telematicssdk.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
tripstripdetails— GET /mobilesdk/stage/track/get_track/v1 — Trips - trip detailsv1_scorings_consolidated— GET /statistics/v1/Scorings/consolidated — /v1/Scorings/consolidatedv1_scorings_consolidated_daily— GET /statistics/v1/Scorings/consolidated/daily — /v1/Scorings/consolidated/dailyusersafescoringaccumulatedvaluev1_scorings_indiv— GET /statistics/v1/Scorings/individual/ — User safe scoring - Accumulated value - v1/Scorings/individualusersafescoringdailyvalue_v1_scorings_individual— GET /statistics/v1/Scorings/individual/daily — User safe scoring - daily value - /v1/Scorings/individual/dailyv1_statistics_consolidated— GET /statistics/v1/Statistics/consolidated — /v1/Statistics/consolidated
Inputs
apiKey— your telematicssdk 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: tripstripdetails
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: tripstripdetails, v1_scorings_consolidated, v1_scorings_consolidated_daily, usersafescoringaccumulatedvaluev1_scorings_indiv, usersafescoringdailyvalue_v1_scorings_individual, v1_statistics_consolidated |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |