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": "fded755b-1fd5-4209-97c1-36edab11d237",
"tenantId": "5f89eb18-6522-4f98-aa72-b1f2494ee7e8",
"userId": "5036d024-6b5f-4a12-9b99-88ec838cc6d4",
"userGroupId": "b32bf46d-77ec-49ae-b904-94bd7ce1a7eb",
"deviceId": "a82ad3ed-9ddf-41a2-ae26-bb48d7204c78",
"deviceGroupId": "40e0e274-40c7-402b-99f8-6e7081625f62",
"applicationId": "6f5d6601-18b4-45da-adb5-a03527485736",
"applicationVersionId": "16535056-1667-40bf-a225-8e6fd81a4e54",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-04-24T23:47:25.6159281+00:00",
"updatedDateUtc": "2026-04-24T23:47:25.6159281+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-24T23:47:25.6159281+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-24T23:47:25.6159281+00:00</UpdatedDateUtc> <ApplicationId>6f5d6601-18b4-45da-adb5-a03527485736</ApplicationId> <ApplicationVersionId>16535056-1667-40bf-a225-8e6fd81a4e54</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>40e0e274-40c7-402b-99f8-6e7081625f62</DeviceGroupId> <DeviceId>a82ad3ed-9ddf-41a2-ae26-bb48d7204c78</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>fded755b-1fd5-4209-97c1-36edab11d237</SyncTokenId> <TenantId>5f89eb18-6522-4f98-aa72-b1f2494ee7e8</TenantId> <UserGroupId>b32bf46d-77ec-49ae-b904-94bd7ce1a7eb</UserGroupId> <UserId>5036d024-6b5f-4a12-9b99-88ec838cc6d4</UserId> </SyncTokenRepresentation>