Get flagged company events
GET
/events/flaggedReturns list of flagged events for the passed in company_id
for the current user.
User Role Permissions
The following table shows which user roles are allowed to send requests using this API endpoint.
Role | Permission |
---|---|
Partner | |
Partner View | |
Custom Partner | |
Fleet Manager | |
Group Manager | |
User | |
Custom User |
Request
Query Params
company_id
integer
optional
ID of company
NOTE: Only required for partner
, custom_partner
, and partner_view
user roles
Example:
12345
feedback
boolean
optional
Flag if set, will retrieve the additional feedback object for returned events
Example:
false
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 25 days ago