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": "e0c8d133-ca2a-4ade-b1e2-423916dea112",
"tenantId": "315b6cb4-89b2-4106-b9b3-c1801ce97a29",
"userId": "d6358240-d125-4553-9dfc-104dd5b3851f",
"userGroupId": "6403060c-90be-4236-b5f9-5aa5a82180cc",
"deviceId": "e29dd0e2-2344-46d4-844d-1c56378556ca",
"deviceGroupId": "14892c8d-d4d9-41bd-93a5-68e6acc267ae",
"applicationId": "1fe765a3-f9df-4504-aeb7-4009e881437c",
"applicationVersionId": "929d1721-9e28-4426-ae71-7802f6329e9a",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-04-28T17:16:02.7321728+00:00",
"updatedDateUtc": "2026-04-28T17:16:02.7321728+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-04-28T17:16:02.7321728+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-28T17:16:02.7321728+00:00</UpdatedDateUtc> <ApplicationId>1fe765a3-f9df-4504-aeb7-4009e881437c</ApplicationId> <ApplicationVersionId>929d1721-9e28-4426-ae71-7802f6329e9a</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>14892c8d-d4d9-41bd-93a5-68e6acc267ae</DeviceGroupId> <DeviceId>e29dd0e2-2344-46d4-844d-1c56378556ca</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>e0c8d133-ca2a-4ade-b1e2-423916dea112</SyncTokenId> <TenantId>315b6cb4-89b2-4106-b9b3-c1801ce97a29</TenantId> <UserGroupId>6403060c-90be-4236-b5f9-5aa5a82180cc</UserGroupId> <UserId>d6358240-d125-4553-9dfc-104dd5b3851f</UserId> </SyncTokenRepresentation>