Closed BenGardiner closed 5 years ago
@jmpopper : watch out for this on GET /v1.0/vehicles/{vehicleId}/flagged_events/{?startTime,stopTime} in the prototype. I should return
GET /v1.0/vehicles/{vehicleId}/flagged_events/{?startTime,stopTime}
+ Response 200 (application/json) + Attributes (object) + data (array[Vehicle Flagged Event], fixed-type)
Thanks for the heads up @BenGardiner! We are presently returning an array at this endpoint in the prototype.
You did it right despite the docs :) . nice
@jmpopper : watch out for this on
GET /v1.0/vehicles/{vehicleId}/flagged_events/{?startTime,stopTime}
in the prototype. I should return