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": "72773ec0-0945-4d4c-97e0-ee1b7e1ef63c",
"tenantId": "6dc87feb-c798-4864-ab6a-57327f489613",
"userId": "8cee3cb4-1c7a-4e17-a108-052d809473c3",
"userGroupId": "1c7c7667-7fb3-4bce-abc0-b1c2f967b808",
"deviceId": "d1daab64-9c13-4176-9c7a-980e43742bab",
"deviceGroupId": "3df04286-dbdc-4df0-a4fd-5007982d1202",
"applicationId": "149caa87-0500-4e3a-a01b-fccbc9624593",
"applicationVersionId": "20b168b5-89c0-492b-a7d8-ebc0eb782088",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-08-08T14:30:47.7281023+00:00",
"updatedDateUtc": "2026-08-08T14:30:47.7281023+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-08T14:30:47.7281023+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-08T14:30:47.7281023+00:00</UpdatedDateUtc> <ApplicationId>149caa87-0500-4e3a-a01b-fccbc9624593</ApplicationId> <ApplicationVersionId>20b168b5-89c0-492b-a7d8-ebc0eb782088</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>3df04286-dbdc-4df0-a4fd-5007982d1202</DeviceGroupId> <DeviceId>d1daab64-9c13-4176-9c7a-980e43742bab</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>72773ec0-0945-4d4c-97e0-ee1b7e1ef63c</SyncTokenId> <TenantId>6dc87feb-c798-4864-ab6a-57327f489613</TenantId> <UserGroupId>1c7c7667-7fb3-4bce-abc0-b1c2f967b808</UserGroupId> <UserId>8cee3cb4-1c7a-4e17-a108-052d809473c3</UserId> </SyncTokenRepresentation>