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": "e75cea8f-9dea-427e-885b-8a936a66af18",
"tenantId": "58122a43-b688-4755-a3ca-427ea299d5ae",
"userId": "83f0c55e-7838-4fd8-9f19-775c038a8fbc",
"userGroupId": "281d06f4-ba4c-4bf7-ae2f-78c697964fa1",
"deviceId": "d58a6e6a-7c4a-48c9-8793-bb37cb6035e7",
"deviceGroupId": "42e2604a-6ab6-4591-bbc5-ee6b5e64a1b7",
"applicationId": "6ccbce29-5a1d-4d94-8437-2bf378dba63f",
"applicationVersionId": "a78cc5dd-e728-49f7-b7d3-35a1d5f08d06",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-05-11T18:44:39.4552989+00:00",
"updatedDateUtc": "2026-05-11T18:44:39.4552989+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-11T18:44:39.4552989+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-11T18:44:39.4552989+00:00</UpdatedDateUtc> <ApplicationId>6ccbce29-5a1d-4d94-8437-2bf378dba63f</ApplicationId> <ApplicationVersionId>a78cc5dd-e728-49f7-b7d3-35a1d5f08d06</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>42e2604a-6ab6-4591-bbc5-ee6b5e64a1b7</DeviceGroupId> <DeviceId>d58a6e6a-7c4a-48c9-8793-bb37cb6035e7</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>e75cea8f-9dea-427e-885b-8a936a66af18</SyncTokenId> <TenantId>58122a43-b688-4755-a3ca-427ea299d5ae</TenantId> <UserGroupId>281d06f4-ba4c-4bf7-ae2f-78c697964fa1</UserGroupId> <UserId>83f0c55e-7838-4fd8-9f19-775c038a8fbc</UserId> </SyncTokenRepresentation>