Get company events
GET
/partners/companies/{company_name}/events
companyeventlist
User Role Permissions
Role | Permission |
---|---|
Partner | |
Partner View | |
Custom Partner | |
Fleet Manager | |
Group Manager | |
User | |
Custom User |
Request
Path Params
company_name
string
required
Query Params
start_ts
string <date-time>
required
Example:
20240728092243
end_ts
string <date-time>
optional
Default:
current date and time
Example:
20240728160819
order
enum<string>
optional
direction
value is applied toAllowed values:
timestampevent_typevehicle_namegroupssizesnapshot_statuslast_viewedidstart_tsend_ts
Example:
vehicle_name
direction
enum<string>
optional
order
valueAllowed values:
ascdesc
Example:
asc
search
string
optional
search_type
value.search_type
:vehicle
: search on vehicle namesdriver
: search on driver namesevent
: search on event IDfilters
string
optional
Values from:
Example:
gsensor,speed
page_number
string
optional
Example:
2
page_size
string
optional
Example:
50
search_by_id
boolean
deprecated
Example:
false
search_type
enum<string>
optional
search
keyword valueAllowed values:
eventdrivervehicle
Example:
vehicle
is_deleted
boolean
optional
true
Example:
false
device_ids
string
optional
Example:
12345,67890
exclude_device_ids
string
optional
Example:
98765,43210
feedback
boolean
optional
Example:
false
Body Params multipart/form-data
object {0}
Request samples
Responses
Modified at 2025-02-03 17:12:44