Get extended trip details for a specific transit vehicle. That is, given a vehicle id for a transit vehicle currently operating in the field, return extended trips details about the current trip for the vehicle.
<response>
<version>2</version>
<code>200</code>
<text>OK</text>
<currentTime>1270614730908</currentTime>
<data class="entryWithReferences">
<references>...</references>
<entry class="tripDetails">
<tripId>1_12540399</tripId>
<serviceDate>1271401200000</serviceDate>
<frequency>...</frequency>
<status>...</status>
<schedule>...</schedule>
<tripId>1_15456175</tripId>
</entry>
</data>
</response>
The respone <entry/> element is a <tripDetails/> element that captures extended details about a trip.