Click or drag to resize
ParaPlan Logo

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
)

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: ListResponseStop
List of Trips
See Also