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": "3b11fb7e-01d4-47f7-aa5c-e2d4a72a228e",
"tenantId": "e705fe5d-3228-4205-abee-87eb1dec29e3",
"userId": "68cf3c9e-9200-4e65-8e55-2c6f22d9389d",
"userGroupId": "e8ad7fa4-b5cd-4b91-8fc5-eeee85a352b6",
"deviceId": "6c788292-5b10-465d-9933-da31d2560d61",
"deviceGroupId": "f7c87737-eec9-4bfc-ba86-a805d4601159",
"applicationId": "c298d198-2dc6-4d9b-acf5-7f442a11ebf6",
"applicationVersionId": "41f8d050-2b18-44f0-8fc0-63f6ea2a7146",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-06-08T08:33:07.6228742+00:00",
"updatedDateUtc": "2026-06-08T08:33:07.6228742+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-06-08T08:33:07.6228742+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-08T08:33:07.6228742+00:00</UpdatedDateUtc> <ApplicationId>c298d198-2dc6-4d9b-acf5-7f442a11ebf6</ApplicationId> <ApplicationVersionId>41f8d050-2b18-44f0-8fc0-63f6ea2a7146</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>f7c87737-eec9-4bfc-ba86-a805d4601159</DeviceGroupId> <DeviceId>6c788292-5b10-465d-9933-da31d2560d61</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>3b11fb7e-01d4-47f7-aa5c-e2d4a72a228e</SyncTokenId> <TenantId>e705fe5d-3228-4205-abee-87eb1dec29e3</TenantId> <UserGroupId>e8ad7fa4-b5cd-4b91-8fc5-eeee85a352b6</UserGroupId> <UserId>68cf3c9e-9200-4e65-8e55-2c6f22d9389d</UserId> </SyncTokenRepresentation>