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": "d6302cfe-3767-4109-8a58-1cd6e67022e4",
"tenantId": "d703fec3-cfc7-4810-b61f-1ce92620eeb8",
"userId": "d4809d30-50b3-43ef-99fd-1709d7cb3878",
"userGroupId": "e3645c8f-b3e3-43e4-8e80-540c71f668c3",
"deviceId": "7955b2e5-55c5-4147-8723-029285cfc6b3",
"deviceGroupId": "9e11ebee-6772-4f8c-ac86-c3b4712bffa6",
"applicationId": "a30585e3-537d-46a9-bd95-8beb8b0dbf9d",
"applicationVersionId": "8eeb5744-9db8-4a24-8f0f-e8a97c9b9898",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-03-20T03:02:54.5636222+00:00",
"updatedDateUtc": "2026-03-20T03:02:54.5636222+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-20T03:02:54.5636222+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-20T03:02:54.5636222+00:00</UpdatedDateUtc> <ApplicationId>a30585e3-537d-46a9-bd95-8beb8b0dbf9d</ApplicationId> <ApplicationVersionId>8eeb5744-9db8-4a24-8f0f-e8a97c9b9898</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>9e11ebee-6772-4f8c-ac86-c3b4712bffa6</DeviceGroupId> <DeviceId>7955b2e5-55c5-4147-8723-029285cfc6b3</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>d6302cfe-3767-4109-8a58-1cd6e67022e4</SyncTokenId> <TenantId>d703fec3-cfc7-4810-b61f-1ce92620eeb8</TenantId> <UserGroupId>e3645c8f-b3e3-43e4-8e80-540c71f668c3</UserGroupId> <UserId>d4809d30-50b3-43ef-99fd-1709d7cb3878</UserId> </SyncTokenRepresentation>