{ "opencollection": "1.0.0", "info": { "name": "CNH FieldOps Equipment Vehicle Telemetry API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://develop.cnh.com/oauth/authorize", "accessTokenUrl": "https://develop.cnh.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Vehicle Telemetry", "type": "folder" }, "items": [ { "info": { "name": "Get vehicle telemetry (ISO 15143-3)", "type": "http" }, "http": { "method": "GET", "url": "https://api.fieldops.cnh.com/telemetry/:vehicleId", "params": [ { "name": "vehicleId", "value": "", "type": "path" }, { "name": "profile", "value": "", "type": "query" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "Returns telemetry for a single vehicle following ISO 15143-3. Use the `profile` parameter to select CP (CAN Parameter, default) or MH (Machine Health) data. Supply `startDate` and `endDate` (recommended: one-day window) to constrain the response and improve performance." }, { "info": { "name": "Get fault codes for a vehicle", "type": "http" }, "http": { "method": "GET", "url": "https://api.fieldops.cnh.com/telemetry/:vehicleId/fault-codes", "params": [ { "name": "vehicleId", "value": "", "type": "path" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "Get fault codes for a vehicle" }, { "info": { "name": "Get aggregated metrics for a vehicle", "type": "http" }, "http": { "method": "GET", "url": "https://api.fieldops.cnh.com/metrics/:vehicleId", "params": [ { "name": "vehicleId", "value": "", "type": "path" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "Aggregated daily metrics including operating hours, idle hours, fuel remaining ratio, distance, and peak daily speed." } ] } ], "bundled": true }