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": "7c53bfea-b447-4495-a93c-8e1539d3308b",
"tenantId": "4a9aa281-b02a-483c-9268-5b9c7002ce70",
"userId": "8b8730a9-3f64-4f1a-bdd2-7d70b6d906cd",
"userGroupId": "f5294f9f-3c2f-4aac-9e91-4ef979839c12",
"deviceId": "ca325d83-4a3e-4a6a-824b-a0088aa087c0",
"deviceGroupId": "e6d6684d-aed8-49aa-ba2a-4985bd26d64a",
"applicationId": "5a0fad07-3740-4aaa-b1d3-198299a9aabf",
"applicationVersionId": "4d2987e5-f0ed-4bfa-9488-cc6db8fcb676",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2025-11-24T03:11:29.0511291+00:00",
"updatedDateUtc": "2025-11-24T03:11:29.0511291+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>2025-11-24T03:11:29.0511291+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-24T03:11:29.0511291+00:00</UpdatedDateUtc> <ApplicationId>5a0fad07-3740-4aaa-b1d3-198299a9aabf</ApplicationId> <ApplicationVersionId>4d2987e5-f0ed-4bfa-9488-cc6db8fcb676</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>e6d6684d-aed8-49aa-ba2a-4985bd26d64a</DeviceGroupId> <DeviceId>ca325d83-4a3e-4a6a-824b-a0088aa087c0</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>7c53bfea-b447-4495-a93c-8e1539d3308b</SyncTokenId> <TenantId>4a9aa281-b02a-483c-9268-5b9c7002ce70</TenantId> <UserGroupId>f5294f9f-3c2f-4aac-9e91-4ef979839c12</UserGroupId> <UserId>8b8730a9-3f64-4f1a-bdd2-7d70b6d906cd</UserId> </SyncTokenRepresentation>