Returns the last SyncToken for the specified user and application.
Name | Description | Additional information |
---|---|---|
userId |
Define this parameter in the request URI. |
|
applicationId |
Define this parameter in the request URI. |
{ "syncTokenId": "57b5ffb2-2f01-45f0-bbef-98f83631fcb9", "tenantId": "3aea5aa8-b498-4ad2-8d5c-2a7543d326a9", "userId": "f0128585-180e-4f94-b6e0-e00dcf07af8a", "userGroupId": "3dc3c50b-62b5-49ac-b125-9b4577ce5a6a", "deviceId": "f5843594-b6f2-418b-a775-ec967d1e7bfa", "deviceGroupId": "ea5537bd-1f50-4615-af1b-ec24bc27d06d", "applicationId": "64cbc53e-4b93-485f-9dd0-9c9cebeb9e93", "applicationVersionId": "7b69d6e7-79c8-470d-8abb-f5f17f577e98", "requestedAnchorHex": "sample string 9", "currentDatabaseAnchorHex": "sample string 10", "pushToken": "sample string 11", "options": "sample string 12", "createdDateUtc": "2025-09-07T18:16:05.7973002+00:00", "updatedDateUtc": "2025-09-07T18:16:05.7973002+00:00" }
<SyncTokenRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <CreatedDateUtc>2025-09-07T18:16:05.7973002+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-07T18:16:05.7973002+00:00</UpdatedDateUtc> <ApplicationId>64cbc53e-4b93-485f-9dd0-9c9cebeb9e93</ApplicationId> <ApplicationVersionId>7b69d6e7-79c8-470d-8abb-f5f17f577e98</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>ea5537bd-1f50-4615-af1b-ec24bc27d06d</DeviceGroupId> <DeviceId>f5843594-b6f2-418b-a775-ec967d1e7bfa</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>57b5ffb2-2f01-45f0-bbef-98f83631fcb9</SyncTokenId> <TenantId>3aea5aa8-b498-4ad2-8d5c-2a7543d326a9</TenantId> <UserGroupId>3dc3c50b-62b5-49ac-b125-9b4577ce5a6a</UserGroupId> <UserId>f0128585-180e-4f94-b6e0-e00dcf07af8a</UserId> </SyncTokenRepresentation>