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": "e6edc781-fef3-42fd-b8cc-c87c3aa8a075",
"tenantId": "4a4605fa-c1b3-4feb-a0d7-eff393d930a0",
"userId": "80f88f10-e3ac-4171-967b-83b71487e327",
"userGroupId": "db5aa904-6b0b-445a-88f6-ae065588acaf",
"deviceId": "5a07ea61-d5d5-4825-9157-2b4d34ce90c1",
"deviceGroupId": "4ba2bd4c-91fb-4d4c-95eb-eef123a3df10",
"applicationId": "238f3cbc-b4fc-44e3-907d-2fe43c3d3a6b",
"applicationVersionId": "1ec0d184-9b17-4cd9-b441-baa8bc9dad36",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-07-08T21:04:33.4554681+00:00",
"updatedDateUtc": "2026-07-08T21:04:33.4554681+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-07-08T21:04:33.4554681+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-08T21:04:33.4554681+00:00</UpdatedDateUtc> <ApplicationId>238f3cbc-b4fc-44e3-907d-2fe43c3d3a6b</ApplicationId> <ApplicationVersionId>1ec0d184-9b17-4cd9-b441-baa8bc9dad36</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>4ba2bd4c-91fb-4d4c-95eb-eef123a3df10</DeviceGroupId> <DeviceId>5a07ea61-d5d5-4825-9157-2b4d34ce90c1</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>e6edc781-fef3-42fd-b8cc-c87c3aa8a075</SyncTokenId> <TenantId>4a4605fa-c1b3-4feb-a0d7-eff393d930a0</TenantId> <UserGroupId>db5aa904-6b0b-445a-88f6-ae065588acaf</UserGroupId> <UserId>80f88f10-e3ac-4171-967b-83b71487e327</UserId> </SyncTokenRepresentation>