GET Api/v1/Drivers/{driverPublicId}/vehicle?eventDate={eventDate}
Retrieves the vehicle status change event with type of Vehicle Joined that was in effect at the time of the event date.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
driverPublicId |
The drivers public id (IcAP Login). |
string |
Required |
eventDate |
The event date to search for. |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
The Vehicle Status Change Event or null if not found.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.