Skip to content

Commit

Permalink
Merge pull request #2 from krhoades01/Add-runtime
Browse files Browse the repository at this point in the history
Create runtime.md
  • Loading branch information
pendenga authored Mar 19, 2021
2 parents 2c3a31e + e0c0801 commit 6e6f7f5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions hierarchy/runtime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Example Request:

https://api.gpsinsight.com/v2/hierarchy/runtime?session_token=xxxx&tree=division&date=03/18/2021

Example Response:

{
head: { .... },
data: [
{
"id": "CA4641092866",
"vin": "JTLZE4FEXFJ071247",
"label": "8000-01",
"serial_number": 4641092866,
"age_minutes": 704,
"fix_time": "03/19/2021 03:37:52",
"runtime_desc": "Total GPS Device Hours",
"odometer": 59411.4,
"runtime_hours": "1640.192",
"runtime_lifetime": "1640.192",
"runtime_lifetime_hours": "1640.192",
"source": "summary"
},{ ... }
]
}

0 comments on commit 6e6f7f5

Please sign in to comment.