| TripServiceTripDetails Method |
Returns details of specific set of trips
Call - endpoint/TripDetails?Token={token})&Device={device})&tripids={tripIds}
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ListResponse<Stop> TripDetails(
string token,
string device,
string tripIds
)
public:
ListResponse<Stop^>^ TripDetails(
String^ token,
String^ device,
String^ tripIds
)
function TripDetails(token, device, tripIds);
Parameters
- token
- Type: SystemString
Token from API Login - device
- Type: SystemString
Device name used when logging into API - tripIds
- Type: SystemString
List of comma seperated trip Ids
Return Value
Type:
ListResponseStopList of Trips
See Also