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": "2f1348fd-63fe-43af-bba9-a5b2b6cddc0c",
"tenantId": "2dd796a9-edcc-49ec-bda9-66b6bce71cf6",
"userId": "adb40075-c7fe-44c8-8734-cea83c376cc2",
"userGroupId": "5cb259a2-43f5-4c1e-a87b-1481d2ddb1aa",
"deviceId": "51f27979-498d-422e-af15-ea2aa0c858d7",
"deviceGroupId": "d5891ead-b788-4539-b4a2-f8738f8bb201",
"applicationId": "4eefe8ac-ae24-43b3-bc95-04638fa7ac51",
"applicationVersionId": "c98808d3-dbcd-48b6-9a0f-a1a19fbcc473",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-03-29T15:54:42.706384+00:00",
"updatedDateUtc": "2026-03-29T15:54:42.706384+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-03-29T15:54:42.706384+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-29T15:54:42.706384+00:00</UpdatedDateUtc> <ApplicationId>4eefe8ac-ae24-43b3-bc95-04638fa7ac51</ApplicationId> <ApplicationVersionId>c98808d3-dbcd-48b6-9a0f-a1a19fbcc473</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>d5891ead-b788-4539-b4a2-f8738f8bb201</DeviceGroupId> <DeviceId>51f27979-498d-422e-af15-ea2aa0c858d7</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>2f1348fd-63fe-43af-bba9-a5b2b6cddc0c</SyncTokenId> <TenantId>2dd796a9-edcc-49ec-bda9-66b6bce71cf6</TenantId> <UserGroupId>5cb259a2-43f5-4c1e-a87b-1481d2ddb1aa</UserGroupId> <UserId>adb40075-c7fe-44c8-8734-cea83c376cc2</UserId> </SyncTokenRepresentation>