Click or drag to resize
ParaPlan Logo

TripServiceManifestChanges Method

Returns a list of trips that have changed since a given timestamp

Call - endpoint/TripService/Trips/Changes?token=(token)&device=(device)&timestamp=(timestamp)

How To Track Manifest Changes documentation

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ListResponse<ManifestChange> ManifestChanges(
	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
Save this locally for use with ManifestChangesMarkAsCollected(String, String, String).

Return Value

Type: ListResponseManifestChange
Object with list of manifest changes
See Also