| TripServiceManifestChangesSlim Method |
Returns a list of tripIds that have changed since a given timestamp
Call - endpoint/TripService/Trips/ManifestChangesSlim?token=(token)&device=(device)×tamp=(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
)
public:
ListResponse<String^>^ ManifestChangesSlim(
String^ token,
String^ device,
String^ timestamp
)
function ManifestChangesSlim(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
Save this locally for use with ManifestChangesMarkAsCollected(String, String, String).
Return Value
Type:
ListResponseStringA list of tripIds that have changed since the timestamp
See Also