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": "286b5026-43ab-486b-8244-4be58422a2b6",
"tenantId": "ad82cf55-226d-477b-8488-fe1f998fc052",
"userId": "6550f8fa-3d1e-4375-9781-a0a1bc3380b3",
"userGroupId": "292f1632-1635-4e41-ae75-4d23eb4302d1",
"deviceId": "0a72cc7f-f09c-44f4-a977-c6ce2b910862",
"deviceGroupId": "50fb2073-ff2d-44f7-aabf-e2985504d5d1",
"applicationId": "b07d5498-b1ce-4d8d-8a85-447380d2c452",
"applicationVersionId": "fb8466f7-2f20-40dc-91d4-7efde620ee5a",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-08-02T06:00:17.0405939+00:00",
"updatedDateUtc": "2026-08-02T06:00:17.0405939+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-08-02T06:00:17.0405939+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-02T06:00:17.0405939+00:00</UpdatedDateUtc> <ApplicationId>b07d5498-b1ce-4d8d-8a85-447380d2c452</ApplicationId> <ApplicationVersionId>fb8466f7-2f20-40dc-91d4-7efde620ee5a</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>50fb2073-ff2d-44f7-aabf-e2985504d5d1</DeviceGroupId> <DeviceId>0a72cc7f-f09c-44f4-a977-c6ce2b910862</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>286b5026-43ab-486b-8244-4be58422a2b6</SyncTokenId> <TenantId>ad82cf55-226d-477b-8488-fe1f998fc052</TenantId> <UserGroupId>292f1632-1635-4e41-ae75-4d23eb4302d1</UserGroupId> <UserId>6550f8fa-3d1e-4375-9781-a0a1bc3380b3</UserId> </SyncTokenRepresentation>