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": "1835dec9-41e7-49ac-8e1d-8b5c6ab2d527",
"tenantId": "d08d6000-9ba8-41d5-8b2e-1a02cf43d4e1",
"userId": "b7973c55-faa4-4be9-ba5b-5a9304fc28a6",
"userGroupId": "c3881cb7-c3d2-442f-99aa-7fbf034297cf",
"deviceId": "0126293f-bba8-4be4-aabd-cbbbac12f7d2",
"deviceGroupId": "b3c7c2ad-b9e8-46e6-908b-b2490de6c757",
"applicationId": "98f78535-1407-4967-9b1c-36d2c472dcd1",
"applicationVersionId": "14491056-dfb2-46fb-88e3-64cc9c138abb",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-05-11T10:10:00.0598429+00:00",
"updatedDateUtc": "2026-05-11T10:10:00.0598429+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-05-11T10:10:00.0598429+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-11T10:10:00.0598429+00:00</UpdatedDateUtc> <ApplicationId>98f78535-1407-4967-9b1c-36d2c472dcd1</ApplicationId> <ApplicationVersionId>14491056-dfb2-46fb-88e3-64cc9c138abb</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>b3c7c2ad-b9e8-46e6-908b-b2490de6c757</DeviceGroupId> <DeviceId>0126293f-bba8-4be4-aabd-cbbbac12f7d2</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>1835dec9-41e7-49ac-8e1d-8b5c6ab2d527</SyncTokenId> <TenantId>d08d6000-9ba8-41d5-8b2e-1a02cf43d4e1</TenantId> <UserGroupId>c3881cb7-c3d2-442f-99aa-7fbf034297cf</UserGroupId> <UserId>b7973c55-faa4-4be9-ba5b-5a9304fc28a6</UserId> </SyncTokenRepresentation>