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": "fd3ac7b0-0fff-4773-bed6-e4ad2e627312",
"tenantId": "77e44f3f-0bf2-4d65-a766-9f63297834c3",
"userId": "4bb2f32d-fcd5-4e89-a9bd-41e44d317079",
"userGroupId": "b2607a4d-6594-49f4-a586-56d53ab3599a",
"deviceId": "30e41f0b-3ea7-4f61-82a1-48f6c4d356e2",
"deviceGroupId": "bc785bb8-1e3a-4302-a8d3-27f829f1012a",
"applicationId": "b4c00ac1-b452-4c18-bdfd-0db430505807",
"applicationVersionId": "1ed7c183-9a8a-4d11-9985-1f4abdb574ba",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-06-08T13:17:59.4150703+00:00",
"updatedDateUtc": "2026-06-08T13:17:59.4150703+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:17:59.4150703+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T13:17:59.4150703+00:00</UpdatedDateUtc> <ApplicationId>b4c00ac1-b452-4c18-bdfd-0db430505807</ApplicationId> <ApplicationVersionId>1ed7c183-9a8a-4d11-9985-1f4abdb574ba</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>bc785bb8-1e3a-4302-a8d3-27f829f1012a</DeviceGroupId> <DeviceId>30e41f0b-3ea7-4f61-82a1-48f6c4d356e2</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>fd3ac7b0-0fff-4773-bed6-e4ad2e627312</SyncTokenId> <TenantId>77e44f3f-0bf2-4d65-a766-9f63297834c3</TenantId> <UserGroupId>b2607a4d-6594-49f4-a586-56d53ab3599a</UserGroupId> <UserId>4bb2f32d-fcd5-4e89-a9bd-41e44d317079</UserId> </SyncTokenRepresentation>