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": "2485dcc5-9a97-4acc-8fc9-2703a0f394dd",
"tenantId": "acfff98e-66cf-45ea-888d-83198b31645b",
"userId": "4ef8a772-c577-4353-887f-1ac4d7039ffa",
"userGroupId": "9ffeb86c-b6d0-4238-abff-20b137e903f9",
"deviceId": "756cb0af-efdd-4e48-be92-e7b84b3686f5",
"deviceGroupId": "d5a1fb3e-c229-4393-afe6-4695b622f8e9",
"applicationId": "7915e015-f40d-4a1b-a918-3e515e8dc042",
"applicationVersionId": "1d5b8b6f-65cb-43ea-b65b-914be80c4d6b",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-05-12T19:16:00.9447896+00:00",
"updatedDateUtc": "2026-05-12T19:16:00.9447896+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-05-12T19:16:00.9447896+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-12T19:16:00.9447896+00:00</UpdatedDateUtc> <ApplicationId>7915e015-f40d-4a1b-a918-3e515e8dc042</ApplicationId> <ApplicationVersionId>1d5b8b6f-65cb-43ea-b65b-914be80c4d6b</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>d5a1fb3e-c229-4393-afe6-4695b622f8e9</DeviceGroupId> <DeviceId>756cb0af-efdd-4e48-be92-e7b84b3686f5</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>2485dcc5-9a97-4acc-8fc9-2703a0f394dd</SyncTokenId> <TenantId>acfff98e-66cf-45ea-888d-83198b31645b</TenantId> <UserGroupId>9ffeb86c-b6d0-4238-abff-20b137e903f9</UserGroupId> <UserId>4ef8a772-c577-4353-887f-1ac4d7039ffa</UserId> </SyncTokenRepresentation>