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": "f0973f14-37ea-48c6-a73f-02853138248c",
"tenantId": "0cd74641-4dac-4b9a-9c8a-04b2805d84e3",
"userId": "3d24a5a6-dd77-4a13-ac44-41a59a89f064",
"userGroupId": "a268292b-1fba-41d5-ae67-d8c5e6abd22c",
"deviceId": "d3ca3f82-43f1-4df5-9014-6d4f73524c64",
"deviceGroupId": "d05d282c-4212-4c5f-a689-a737ea98583e",
"applicationId": "37fab987-b1e9-4347-afbd-13901b5e33ac",
"applicationVersionId": "71866010-1fee-48d8-9938-d900ecc9dce5",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2025-10-10T18:41:30.894076+00:00",
"updatedDateUtc": "2025-10-10T18:41:30.894076+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-10-10T18:41:30.894076+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-10-10T18:41:30.894076+00:00</UpdatedDateUtc> <ApplicationId>37fab987-b1e9-4347-afbd-13901b5e33ac</ApplicationId> <ApplicationVersionId>71866010-1fee-48d8-9938-d900ecc9dce5</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>d05d282c-4212-4c5f-a689-a737ea98583e</DeviceGroupId> <DeviceId>d3ca3f82-43f1-4df5-9014-6d4f73524c64</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>f0973f14-37ea-48c6-a73f-02853138248c</SyncTokenId> <TenantId>0cd74641-4dac-4b9a-9c8a-04b2805d84e3</TenantId> <UserGroupId>a268292b-1fba-41d5-ae67-d8c5e6abd22c</UserGroupId> <UserId>3d24a5a6-dd77-4a13-ac44-41a59a89f064</UserId> </SyncTokenRepresentation>