Open jakepeyser opened 7 years ago
GET api/company/:companyId/truck/:vin/reports/:reportId
Should return: 200: success - report responses 401: Unauthorized
200
401
Response payload:
{ reportId: 123, submissionDate: "2/2/2017", responses: [ { question: "Wipers?", response: false, comments: "Example comment" }, {...} ] }
GET api/company/:companyId/truck/:vin/reports/:reportId
Should return:
200
: success - report responses401
: UnauthorizedResponse payload: