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": "41ea2e02-5176-4a87-bfa2-c2709240e2ec",
"tenantId": "8c77d361-0c27-4582-bbde-f1716079e190",
"userId": "d8fdf806-126e-496b-8139-006488e64e55",
"userGroupId": "6042d07c-a172-4c3d-b469-2a5c2622bfe6",
"deviceId": "f0fe4a29-c9af-4836-9082-8a5ad8513b12",
"deviceGroupId": "23843397-7e77-43af-a9b6-91ddd9de534d",
"applicationId": "656a98a8-7041-45c0-a263-d44336a539ff",
"applicationVersionId": "d4fda24f-a2a8-424f-b278-faec5152e707",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-06-05T12:43:31.6904811+00:00",
"updatedDateUtc": "2026-06-05T12:43:31.6904811+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-05T12:43:31.6904811+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-05T12:43:31.6904811+00:00</UpdatedDateUtc> <ApplicationId>656a98a8-7041-45c0-a263-d44336a539ff</ApplicationId> <ApplicationVersionId>d4fda24f-a2a8-424f-b278-faec5152e707</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>23843397-7e77-43af-a9b6-91ddd9de534d</DeviceGroupId> <DeviceId>f0fe4a29-c9af-4836-9082-8a5ad8513b12</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>41ea2e02-5176-4a87-bfa2-c2709240e2ec</SyncTokenId> <TenantId>8c77d361-0c27-4582-bbde-f1716079e190</TenantId> <UserGroupId>6042d07c-a172-4c3d-b469-2a5c2622bfe6</UserGroupId> <UserId>d8fdf806-126e-496b-8139-006488e64e55</UserId> </SyncTokenRepresentation>