go back to EquipStatusService

GET /equipStatus/search

Searches the database for driver status events matching the given request parameters.

Roles that can access this endpoint are Drivers.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of fields from the equipstatus table

For example, /equipstatus/search?event_code=TO&event_status=A&start_date=>t would find approved time off (TO) driver status events for the current driver that starts after today.
context HttpServletRequest

Result

List < RowDriverStatus > of type: application/xml application/json

a list of RowDriverStatus objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help