go back to ServiceFailureService

GET /serviceFailures

Gets all service failures matching the request criteria. If no criteria given, then all service failures for the current company are returned. For example, /serviceFailures?driver_id=MBROOKS&minutes_late=>60&status=O would find open service failures in which driver MBROOKS was over 60 minutes late.

Roles that can access this endpoint are Users.

Parameters

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

Result

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

a list of RowServiceFail objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help