Postman Collection
Assets
The Postman collection and environment files are located in the backend repository:
docs/proyectos/api-clientes/postman/GeoTareas API Client.postman_collection.jsondocs/proyectos/api-clientes/postman/GeoTareas API Client.local.postman_environment.json
Request Inventory
Auth (1)
POSTLogin
Fleet (8)
GETList DevicesGETDevice DetailGETDevice PositionPUTUpdate DeviceGETList DriversPOSTCreate DriverPUTUpdate Driver
Telemetry (1)
POSTIngest Batch
Reports — AVL (9)
GETKilometersGETGeofenceGETTripsGETSpeedGETIdleGETTemperatureGETMaintenanceGETIgnitionGETVehicle Performance
Reports — GT Analytics (10)
GETQuantity of ServicesGETArrival TimeGETAttention TimeGETAssignment TimeGETService Full TimeGETTotal Service TimeGETControl Arrival TimeGETControl Total TimeGETDelay BandsGETTask Kilometers
Reports — GT Operations (9)
GETTasks GeneralGETProductivityGETAlertsGETLive LocationGETRejected TasksGETAdvanced FormsGETAccounts ReportGETProactivity by DeviceGETProactivity by Task
Reports — General (3)
GETHardware MessagesGETLoginsGETGenerated Alerts
Reports — CPM (1)
GETActivity Detail
Accounts (4)
GETList AccountsGETAccount DetailPOSTCreate AccountPUTUpdate Account
Clients (4)
GETList ClientsGETClient DetailPOSTCreate ClientPUTUpdate Client
Workflow (12)
GETList DefinitionsGETDefinition DetailGETList InstancesGETInstance DetailGETInstance TimelineGETInstance Captured DataPOSTStart InstancePOSTCancel InstanceGETList TasksGETTask DetailPOSTComplete TaskPOSTReassign Task
Kanban (12)
GETList WorkspacesGETList BoardsGETBoard DetailGETBoard TasksPUTChange Task StateGETList CardsGETCard DetailPOSTCreate CardPUTUpdate CardPUTMove CardGETList CommentsPOSTAdd Comment
Reports — Portal (5)
GETDashboardGETDifferencesGETBillingGETSettlementsGETTolerance
Billing (16)
GETList InvoicesGETInvoice DetailGETInvoice ConceptsGETExport CSVPOSTCreate InvoicePUTUpdate InvoicePUTReplace ConceptsPUTChange StatusPOSTRun AutomationGETList StatusesGETList ConceptsGETList TariffsGETTariff DetailGETList Automation RulesGETRule DetailPOSTEvaluate Rule (Dry Run)
Portal Proveedores (13)
GETList Provider InvoicesGETInvoice DetailPOSTDeclare AmountPOSTDeclare BatchPOSTValidate AmountGETInvoice StatesGETConceptsGETEffective ToleranceGETList SettlementsGETSettlement DetailPOSTCreate SettlementPUTSubmit Settlement
Legacy Despacho (10)
POSTWSGetServiciosPOSTWSSeguimientoTareaPOSTWSGetTareaMultimediaPOSTWSGeocoding (CalleEsquina + CalleNumero)POSTWSReverseGeocodingPOSTWSSearchGeocodingPOSTWSGetArchivosMultimedia (3 operations)POSTWSGetFacturasPOSTWSABMCuentasPOSTWSAltaServicio (Crear + Cancelar)
Variables
| Variable | Description |
|---|---|
baseUrl | API base URL (e.g. https://yourcompany.geotareas.com) |
tenant | Tenant domain |
email | Login email |
password | Login password |
token | JWT token (auto-set by Login request) |
apiKey | API key from onboarding |
deviceId | Device ID for detail/position/update |
driverId | Driver ID for update |
accountId | Account ID for detail/update |
clientId | Client ID for detail/update |
definitionId | Workflow definition ID |
instanceId | Workflow instance ID |
taskId | Workflow task ID or Kanban task ID |
boardId | Kanban board ID |
cardId | Kanban card ID |
invoiceId | Billing invoice ID |
tariffId | Billing tariff ID |
ruleId | Automation rule ID |
settlementId | Portal settlement ID |
startDate | Report start date (ISO 8601) |
endDate | Report end date (ISO 8601) |
Auto-configured Behavior
- Login auto-saves
tokenfromdata.authorization - All protected requests send
Authorization: Bearer {{token}}+X-API-Key: {{apiKey}}+tenant: {{tenant}}
Quick Test Flow
- Run Login — token is saved automatically
- Run List Devices — copy an
idtodeviceId - Run Device Detail and Device Position
- Run any report with
startDateandendDateset - For Telemetry, use the same token and apiKey
- For Workflow, get a
definitionIdfrom List Definitions first - For Kanban, get a
boardIdfrom List Boards first