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": "a585f71d-9c7f-43d4-b411-590b7183f8b9",
"tenantId": "fab2af59-770a-414c-8d27-986da5c45882",
"userId": "724b04f7-950f-43cb-9220-c21ba97f1e8d",
"userGroupId": "8b45fb64-0014-4de8-8301-c1d6daafee18",
"deviceId": "4ec8ea52-30b7-447d-bb58-9e676bd9d27c",
"deviceGroupId": "0c166eb7-1055-4041-a390-f556bd54b460",
"applicationId": "87a4490d-4e24-435d-b46c-42101336f29e",
"applicationVersionId": "3ad53c75-3ef4-47ef-a415-6755aa22471d",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-05-29T18:36:04.5735677+00:00",
"updatedDateUtc": "2026-05-29T18:36:04.5735677+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-05-29T18:36:04.5735677+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-29T18:36:04.5735677+00:00</UpdatedDateUtc> <ApplicationId>87a4490d-4e24-435d-b46c-42101336f29e</ApplicationId> <ApplicationVersionId>3ad53c75-3ef4-47ef-a415-6755aa22471d</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>0c166eb7-1055-4041-a390-f556bd54b460</DeviceGroupId> <DeviceId>4ec8ea52-30b7-447d-bb58-9e676bd9d27c</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>a585f71d-9c7f-43d4-b411-590b7183f8b9</SyncTokenId> <TenantId>fab2af59-770a-414c-8d27-986da5c45882</TenantId> <UserGroupId>8b45fb64-0014-4de8-8301-c1d6daafee18</UserGroupId> <UserId>724b04f7-950f-43cb-9220-c21ba97f1e8d</UserId> </SyncTokenRepresentation>