Click or drag to resize
ParaPlan Logo

TripService.ManifestChangesSlim Method

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

Call - endpoint/TripService/Trips/ManifestChangesSlim?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<string> ManifestChangesSlim(
	string token,
	string device,
	string timestamp
)

Parameters

token
Type: System.String
Token from API Login
device
Type: System.String
Device name used when logging into API
timestamp
Type: System.String
Limits results to changes that occured after this Epoch
Save this locally for use with ManifestChangesMarkAsCollected(String, String, String).

Return Value

Type: ListResponse<String>
A list of tripIds that have changed since the timestamp
See Also