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": "9d9c3abc-6e22-4fea-955f-4363d1af2c91",
"tenantId": "d8d50e92-a727-4d6b-9e06-17edda2eee75",
"userId": "01fa52e5-6eeb-4dba-a25c-f78bac0e3107",
"userGroupId": "9e7d070f-4a94-4050-97fb-39d2ed9d58e9",
"deviceId": "5e4c253f-5533-40f1-9daf-0c1ccaa5d764",
"deviceGroupId": "672d2424-e132-428d-94b3-0d1d87c75d6f",
"applicationId": "a7844dea-d717-491e-923a-54834e94b776",
"applicationVersionId": "4010a0fc-5e33-4e6d-b9a5-aed658466af0",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-03-15T04:51:29.6026831+00:00",
"updatedDateUtc": "2026-03-15T04:51:29.6026831+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-15T04:51:29.6026831+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-15T04:51:29.6026831+00:00</UpdatedDateUtc> <ApplicationId>a7844dea-d717-491e-923a-54834e94b776</ApplicationId> <ApplicationVersionId>4010a0fc-5e33-4e6d-b9a5-aed658466af0</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>672d2424-e132-428d-94b3-0d1d87c75d6f</DeviceGroupId> <DeviceId>5e4c253f-5533-40f1-9daf-0c1ccaa5d764</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>9d9c3abc-6e22-4fea-955f-4363d1af2c91</SyncTokenId> <TenantId>d8d50e92-a727-4d6b-9e06-17edda2eee75</TenantId> <UserGroupId>9e7d070f-4a94-4050-97fb-39d2ed9d58e9</UserGroupId> <UserId>01fa52e5-6eeb-4dba-a25c-f78bac0e3107</UserId> </SyncTokenRepresentation>