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": "5fd8c47c-a42c-4b6a-af52-736e96af96c7", "tenantId": "7168801c-14bf-4731-9b77-44e29f825620", "userId": "8cc18b75-1b98-44e6-aec4-7e76cbbf914b", "userGroupId": "79bb3b14-f033-45b7-af4c-2adfc652e68f", "deviceId": "8c9618fc-0a58-432e-aabe-ba188bf345cd", "deviceGroupId": "1042efd4-4329-49a9-b267-5bfc9f8ae6ed", "applicationId": "b8900262-58c8-41ac-bb74-4a6e41f7c587", "applicationVersionId": "6ad21990-0945-451d-a676-5cea4a37e7e3", "requestedAnchorHex": "sample string 9", "currentDatabaseAnchorHex": "sample string 10", "pushToken": "sample string 11", "options": "sample string 12", "createdDateUtc": "2025-06-16T00:13:48.9463887+00:00", "updatedDateUtc": "2025-06-16T00:13:48.9463887+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-06-16T00:13:48.9463887+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-06-16T00:13:48.9463887+00:00</UpdatedDateUtc> <ApplicationId>b8900262-58c8-41ac-bb74-4a6e41f7c587</ApplicationId> <ApplicationVersionId>6ad21990-0945-451d-a676-5cea4a37e7e3</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>1042efd4-4329-49a9-b267-5bfc9f8ae6ed</DeviceGroupId> <DeviceId>8c9618fc-0a58-432e-aabe-ba188bf345cd</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>5fd8c47c-a42c-4b6a-af52-736e96af96c7</SyncTokenId> <TenantId>7168801c-14bf-4731-9b77-44e29f825620</TenantId> <UserGroupId>79bb3b14-f033-45b7-af4c-2adfc652e68f</UserGroupId> <UserId>8cc18b75-1b98-44e6-aec4-7e76cbbf914b</UserId> </SyncTokenRepresentation>