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": "37109cc4-b47c-4312-a826-4d1580c635f3", "tenantId": "f57dc11c-5c15-42ff-84d6-32204230b801", "userId": "d5c5209a-0b7a-4604-8632-b3fc1f1ab206", "userGroupId": "3d30cab6-9588-4037-b5b9-f40f0a3915f3", "deviceId": "c712e514-e05e-4231-8baf-488b267f46ac", "deviceGroupId": "df6f5c55-9f00-4243-9ac9-9f990ffd7656", "applicationId": "740d6239-8208-4e6f-bdb9-bd86d72f9599", "applicationVersionId": "81b84971-0d39-4f9d-ad08-7b4d99809e52", "requestedAnchorHex": "sample string 9", "currentDatabaseAnchorHex": "sample string 10", "pushToken": "sample string 11", "options": "sample string 12", "createdDateUtc": "2025-09-16T05:58:16.5040443+00:00", "updatedDateUtc": "2025-09-16T05:58:16.5040443+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-09-16T05:58:16.5040443+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-09-16T05:58:16.5040443+00:00</UpdatedDateUtc> <ApplicationId>740d6239-8208-4e6f-bdb9-bd86d72f9599</ApplicationId> <ApplicationVersionId>81b84971-0d39-4f9d-ad08-7b4d99809e52</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>df6f5c55-9f00-4243-9ac9-9f990ffd7656</DeviceGroupId> <DeviceId>c712e514-e05e-4231-8baf-488b267f46ac</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>37109cc4-b47c-4312-a826-4d1580c635f3</SyncTokenId> <TenantId>f57dc11c-5c15-42ff-84d6-32204230b801</TenantId> <UserGroupId>3d30cab6-9588-4037-b5b9-f40f0a3915f3</UserGroupId> <UserId>d5c5209a-0b7a-4604-8632-b3fc1f1ab206</UserId> </SyncTokenRepresentation>