get geotab events
GET
/partners/companies/{company_name}/events/filtersPartner gets a list of geotab events with their types
Request
Path Params
company_name
string
required
Company name in RoscoLive
Query Params
start_ts
string
required
Start time window (YYYYMMDDhhmmss)
end_ts
string
required
End time window (YYYYMMDDhhmmss)
device_ids
string
optional
Comma-separated list of Rosco device IDs
geotab
string
optional
Comma-separated list of Geotab device IDs
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
meta
object
required
Request metadata object
code
integer
required
HTTP status code returned by server
response
array [object {3}]
required
Contains response data
fulltype
string
required
Display name of event type
geotab
integer
required
Status flag for Geotab event
>= 1<= 3
type
string
required
Event type
result
string
required
"OK" if request successful, otherwise "Fail"
Example
{
"meta": {
"code": 200
},
"response": [
{
"fulltype": "fugiat",
"geotab": 2,
"type": "tempor ad"
},
{
"fulltype": "Excepteur velit incididunt",
"geotab": 3,
"type": "sit sed in"
}
],
"result": "OK"
}
Last modified: 6 months ago