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": "8c2d89d8-ca0f-40e4-a2a6-865032253391",
"tenantId": "e351e75f-c5a6-48a8-a8a6-fbaa546ceb3e",
"userId": "b6078b5b-d4f1-4b1d-9db4-e97642b61d32",
"userGroupId": "54210463-a464-46cc-9847-b5bead1f9d2e",
"deviceId": "e34bbf36-5274-4fcf-b58f-0bec7614cb96",
"deviceGroupId": "7504b1ea-07ea-489e-821d-4e1dece8ff2a",
"applicationId": "b3ed21c4-fcc4-40c9-ae37-6f417bd57c01",
"applicationVersionId": "096688ce-49a8-4102-bbde-389fa05766cb",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-08-27T04:31:26.3919183+00:00",
"updatedDateUtc": "2026-08-27T04:31:26.3919183+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-27T04:31:26.3919183+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-27T04:31:26.3919183+00:00</UpdatedDateUtc> <ApplicationId>b3ed21c4-fcc4-40c9-ae37-6f417bd57c01</ApplicationId> <ApplicationVersionId>096688ce-49a8-4102-bbde-389fa05766cb</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>7504b1ea-07ea-489e-821d-4e1dece8ff2a</DeviceGroupId> <DeviceId>e34bbf36-5274-4fcf-b58f-0bec7614cb96</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>8c2d89d8-ca0f-40e4-a2a6-865032253391</SyncTokenId> <TenantId>e351e75f-c5a6-48a8-a8a6-fbaa546ceb3e</TenantId> <UserGroupId>54210463-a464-46cc-9847-b5bead1f9d2e</UserGroupId> <UserId>b6078b5b-d4f1-4b1d-9db4-e97642b61d32</UserId> </SyncTokenRepresentation>