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": "f016a2f0-8882-484e-a3fa-978efacc49f7", "tenantId": "f344a3bb-457e-4489-b490-3649459e6a37", "userId": "abba7b2e-00e8-481b-9846-479337b90bdb", "userGroupId": "ea0d713b-d2c2-4523-84f4-9337acc7eb92", "deviceId": "7664ae94-143a-4057-b044-9d8721f80f11", "deviceGroupId": "a7648712-cdb4-4b05-88e0-e7be37189bad", "applicationId": "dad226eb-0bdd-473e-bad5-4e67af8a0d6e", "applicationVersionId": "8d2a09a6-bc7f-46e8-962e-958a5d9eabd4", "requestedAnchorHex": "sample string 9", "currentDatabaseAnchorHex": "sample string 10", "pushToken": "sample string 11", "options": "sample string 12", "createdDateUtc": "2025-07-17T09:53:21.2531571+00:00", "updatedDateUtc": "2025-07-17T09:53:21.2531571+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-07-17T09:53:21.2531571+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-07-17T09:53:21.2531571+00:00</UpdatedDateUtc> <ApplicationId>dad226eb-0bdd-473e-bad5-4e67af8a0d6e</ApplicationId> <ApplicationVersionId>8d2a09a6-bc7f-46e8-962e-958a5d9eabd4</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>a7648712-cdb4-4b05-88e0-e7be37189bad</DeviceGroupId> <DeviceId>7664ae94-143a-4057-b044-9d8721f80f11</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>f016a2f0-8882-484e-a3fa-978efacc49f7</SyncTokenId> <TenantId>f344a3bb-457e-4489-b490-3649459e6a37</TenantId> <UserGroupId>ea0d713b-d2c2-4523-84f4-9337acc7eb92</UserGroupId> <UserId>abba7b2e-00e8-481b-9846-479337b90bdb</UserId> </SyncTokenRepresentation>