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": "a9f71d9e-2cd4-4cbc-a4f3-1831ec60d52e",
"tenantId": "00ac7f04-5da1-433a-acd8-358f5659e0fb",
"userId": "d805952d-c82b-4007-859d-ad557494ca56",
"userGroupId": "56b4397b-eeb1-47f7-8bd2-8ddafaec2845",
"deviceId": "1dfed108-6fe2-4164-8a41-26040e4bfccd",
"deviceGroupId": "2f88584f-c35a-4d46-a36e-33bb92ed33fd",
"applicationId": "77beaa3e-f40a-466c-9808-84c64e4fbe68",
"applicationVersionId": "278f6efc-bc9e-410a-94bf-3c7702b9e6bd",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-06-08T13:57:05.0710942+00:00",
"updatedDateUtc": "2026-06-08T13:57:05.0710942+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>2026-06-08T13:57:05.0710942+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T13:57:05.0710942+00:00</UpdatedDateUtc> <ApplicationId>77beaa3e-f40a-466c-9808-84c64e4fbe68</ApplicationId> <ApplicationVersionId>278f6efc-bc9e-410a-94bf-3c7702b9e6bd</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>2f88584f-c35a-4d46-a36e-33bb92ed33fd</DeviceGroupId> <DeviceId>1dfed108-6fe2-4164-8a41-26040e4bfccd</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>a9f71d9e-2cd4-4cbc-a4f3-1831ec60d52e</SyncTokenId> <TenantId>00ac7f04-5da1-433a-acd8-358f5659e0fb</TenantId> <UserGroupId>56b4397b-eeb1-47f7-8bd2-8ddafaec2845</UserGroupId> <UserId>d805952d-c82b-4007-859d-ad557494ca56</UserId> </SyncTokenRepresentation>