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": "f012dedb-c914-4b25-a59f-bf1f9f974b6d",
"tenantId": "e9b9f46c-0768-4a17-b3ef-b2ec27f603a2",
"userId": "8128e000-6102-42ce-b712-20635cb71fe9",
"userGroupId": "c5b50d5b-98e6-4662-aaa5-cc5d43541b1c",
"deviceId": "5c5b552f-d963-4c48-a06a-2fbeb34c4272",
"deviceGroupId": "52439f34-3710-418e-8372-18cdc8af1231",
"applicationId": "e7652083-f18d-4ba7-a00b-00e0b4a1505d",
"applicationVersionId": "47b10658-0353-4a3f-932c-0643d05e0b7f",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2025-11-07T20:32:43.7358919+00:00",
"updatedDateUtc": "2025-11-07T20:32:43.7358919+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-07T20:32:43.7358919+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-07T20:32:43.7358919+00:00</UpdatedDateUtc> <ApplicationId>e7652083-f18d-4ba7-a00b-00e0b4a1505d</ApplicationId> <ApplicationVersionId>47b10658-0353-4a3f-932c-0643d05e0b7f</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>52439f34-3710-418e-8372-18cdc8af1231</DeviceGroupId> <DeviceId>5c5b552f-d963-4c48-a06a-2fbeb34c4272</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>f012dedb-c914-4b25-a59f-bf1f9f974b6d</SyncTokenId> <TenantId>e9b9f46c-0768-4a17-b3ef-b2ec27f603a2</TenantId> <UserGroupId>c5b50d5b-98e6-4662-aaa5-cc5d43541b1c</UserGroupId> <UserId>8128e000-6102-42ce-b712-20635cb71fe9</UserId> </SyncTokenRepresentation>