Retrieve submission entries of a submission log, which provide the driver, vehicle, and dispatch start and end time.
Ok
Bad Request
Unauthorized
Forbidden
Resource Not Found
Internal Server Error
{- "data": {
- "results": [
- {
- "submissionId": 0,
- "driverFirstName": "string",
- "driverLastName": "string",
- "employeeId": "string",
- "vehicleName": "string",
- "responseCodeId": "string",
- "assignmentsModified": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z"
}
]
}
}