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": "5ec1ce0b-8e23-4dbb-9c11-e1898d366027",
"tenantId": "090437ff-65f0-419b-a16b-27cca69a4cd3",
"userId": "f510f9d9-a2b1-40fc-87f4-e54c8812b6f6",
"userGroupId": "bc26f584-b821-40f4-89e3-b4e2439a7b6a",
"deviceId": "57a7c024-748e-4ad2-815c-8e55b88fee9f",
"deviceGroupId": "b88964bd-cfea-4840-8340-62cb23177d4e",
"applicationId": "e537ce17-29d8-4495-9c29-a533c5d7e0a3",
"applicationVersionId": "c0fcb307-4805-4045-a597-0117ad478ac0",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-04-14T16:18:13.5890055+00:00",
"updatedDateUtc": "2026-04-14T16:18:13.5890055+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-04-14T16:18:13.5890055+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-14T16:18:13.5890055+00:00</UpdatedDateUtc> <ApplicationId>e537ce17-29d8-4495-9c29-a533c5d7e0a3</ApplicationId> <ApplicationVersionId>c0fcb307-4805-4045-a597-0117ad478ac0</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>b88964bd-cfea-4840-8340-62cb23177d4e</DeviceGroupId> <DeviceId>57a7c024-748e-4ad2-815c-8e55b88fee9f</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>5ec1ce0b-8e23-4dbb-9c11-e1898d366027</SyncTokenId> <TenantId>090437ff-65f0-419b-a16b-27cca69a4cd3</TenantId> <UserGroupId>bc26f584-b821-40f4-89e3-b4e2439a7b6a</UserGroupId> <UserId>f510f9d9-a2b1-40fc-87f4-e54c8812b6f6</UserId> </SyncTokenRepresentation>