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": "776599d6-8547-4632-85f6-a1d678b07c03", "tenantId": "981e4d79-f6d0-4e40-b6dc-e436f528685e", "userId": "4e95875f-4cf2-4a43-9081-f7dae82cd0f9", "userGroupId": "b988c30e-dcc0-4116-b5c7-5dc7b670b347", "deviceId": "57b36ba4-7a3b-4ef4-ba70-a649532f3565", "deviceGroupId": "fb75c62b-88d7-4ab0-85ea-094d212d8c49", "applicationId": "512b215c-b94c-42be-9108-a862dd048799", "applicationVersionId": "2ac097d3-91c9-4574-9a7d-cb3b9d70ceb2", "requestedAnchorHex": "sample string 9", "currentDatabaseAnchorHex": "sample string 10", "pushToken": "sample string 11", "options": "sample string 12", "createdDateUtc": "2025-07-05T23:07:57.6190415+00:00", "updatedDateUtc": "2025-07-05T23:07:57.6190415+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-07-05T23:07:57.6190415+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-07-05T23:07:57.6190415+00:00</UpdatedDateUtc> <ApplicationId>512b215c-b94c-42be-9108-a862dd048799</ApplicationId> <ApplicationVersionId>2ac097d3-91c9-4574-9a7d-cb3b9d70ceb2</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>fb75c62b-88d7-4ab0-85ea-094d212d8c49</DeviceGroupId> <DeviceId>57b36ba4-7a3b-4ef4-ba70-a649532f3565</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>776599d6-8547-4632-85f6-a1d678b07c03</SyncTokenId> <TenantId>981e4d79-f6d0-4e40-b6dc-e436f528685e</TenantId> <UserGroupId>b988c30e-dcc0-4116-b5c7-5dc7b670b347</UserGroupId> <UserId>4e95875f-4cf2-4a43-9081-f7dae82cd0f9</UserId> </SyncTokenRepresentation>