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": "b2b37998-4405-4119-b4b4-e5770c893b8a",
"tenantId": "a4471f4d-2e36-4092-b098-cb632db7332b",
"userId": "c07d744d-eafa-4bc8-9aef-11f2deb4ca1b",
"userGroupId": "d342f557-9852-4aca-8e49-142c62f60c06",
"deviceId": "d7c22d8a-a5b6-4d68-9b81-f0585ffa269e",
"deviceGroupId": "f28b7a70-865f-4e5e-8f01-b3784266a166",
"applicationId": "ead99738-2c23-46fc-bcab-397ebe1c879b",
"applicationVersionId": "b438b7a5-809e-49d2-84ec-c7064bda9e4b",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-06-19T08:08:36.7275511+00:00",
"updatedDateUtc": "2026-06-19T08:08:36.7275511+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-19T08:08:36.7275511+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-19T08:08:36.7275511+00:00</UpdatedDateUtc> <ApplicationId>ead99738-2c23-46fc-bcab-397ebe1c879b</ApplicationId> <ApplicationVersionId>b438b7a5-809e-49d2-84ec-c7064bda9e4b</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>f28b7a70-865f-4e5e-8f01-b3784266a166</DeviceGroupId> <DeviceId>d7c22d8a-a5b6-4d68-9b81-f0585ffa269e</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>b2b37998-4405-4119-b4b4-e5770c893b8a</SyncTokenId> <TenantId>a4471f4d-2e36-4092-b098-cb632db7332b</TenantId> <UserGroupId>d342f557-9852-4aca-8e49-142c62f60c06</UserGroupId> <UserId>c07d744d-eafa-4bc8-9aef-11f2deb4ca1b</UserId> </SyncTokenRepresentation>