| TripServiceTripChanges Method |
[Deprecated] Use
ManifestChanges(String, String, String)
Returns a list of trips that have changed since a given timestamp
Call - endpoint/Trips/Changes?token=(token)&device=(device)×tamp=(timestamp)
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public UpdatedTrips TripChanges(
string token,
string device,
string timestamp
)
public:
UpdatedTrips^ TripChanges(
String^ token,
String^ device,
String^ timestamp
)
function TripChanges(token, device, timestamp);
Parameters
- token
- Type: SystemString
Token from API Login - device
- Type: SystemString
Device name used when logging into API - timestamp
- Type: SystemString
Limits results to changes that occured after this Epoch
Return Value
Type:
UpdatedTripsObject with list of updated and deleted trips
See Also