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": "b62cc4ce-baec-42ba-9bee-ce3493f50bcf",
"tenantId": "34d22dff-f4e7-48ec-bde5-4b916a16d837",
"userId": "30dd99d8-548d-4d88-ba4b-864294f801ef",
"userGroupId": "9ee49ecb-edad-4587-9024-a7fb329abcc1",
"deviceId": "a55c620c-f8de-476c-bf01-ed672076e576",
"deviceGroupId": "30523159-7a07-4c9d-9900-63de7b508841",
"applicationId": "daedb6f1-ae8b-4544-b00c-eea4bdede27e",
"applicationVersionId": "fd3ceaef-7a07-4215-9646-ddb7cab6fa7c",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-06-25T19:44:28.0257143+00:00",
"updatedDateUtc": "2026-06-25T19:44:28.0257143+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-25T19:44:28.0257143+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-25T19:44:28.0257143+00:00</UpdatedDateUtc> <ApplicationId>daedb6f1-ae8b-4544-b00c-eea4bdede27e</ApplicationId> <ApplicationVersionId>fd3ceaef-7a07-4215-9646-ddb7cab6fa7c</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>30523159-7a07-4c9d-9900-63de7b508841</DeviceGroupId> <DeviceId>a55c620c-f8de-476c-bf01-ed672076e576</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>b62cc4ce-baec-42ba-9bee-ce3493f50bcf</SyncTokenId> <TenantId>34d22dff-f4e7-48ec-bde5-4b916a16d837</TenantId> <UserGroupId>9ee49ecb-edad-4587-9024-a7fb329abcc1</UserGroupId> <UserId>30dd99d8-548d-4d88-ba4b-864294f801ef</UserId> </SyncTokenRepresentation>