Click or drag to resize
ParaPlan Logo

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)&timestamp=(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
)

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: UpdatedTrips
Object with list of updated and deleted trips
See Also