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": "44927522-beaf-4624-a34c-bec71ed86321",
"tenantId": "1c43458c-76ad-4481-ac18-b9f9069b6e2f",
"userId": "1a85847f-cbec-46ca-a4b8-4b12ea942870",
"userGroupId": "3ddc8bba-abc9-479b-ae6b-fe1cf9a405ac",
"deviceId": "e4de3f2b-ed26-41aa-ab78-081b294882fa",
"deviceGroupId": "3d6fe144-413b-4870-b2f1-bc31d46b2789",
"applicationId": "ffc7b375-c786-4ac8-af6d-45ff14daf5f1",
"applicationVersionId": "d18c29ff-09dd-4040-82cd-0f23293858e5",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-08-09T01:49:01.1916159+00:00",
"updatedDateUtc": "2026-08-09T01:49:01.1916159+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-09T01:49:01.1916159+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-08-09T01:49:01.1916159+00:00</UpdatedDateUtc> <ApplicationId>ffc7b375-c786-4ac8-af6d-45ff14daf5f1</ApplicationId> <ApplicationVersionId>d18c29ff-09dd-4040-82cd-0f23293858e5</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>3d6fe144-413b-4870-b2f1-bc31d46b2789</DeviceGroupId> <DeviceId>e4de3f2b-ed26-41aa-ab78-081b294882fa</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>44927522-beaf-4624-a34c-bec71ed86321</SyncTokenId> <TenantId>1c43458c-76ad-4481-ac18-b9f9069b6e2f</TenantId> <UserGroupId>3ddc8bba-abc9-479b-ae6b-fe1cf9a405ac</UserGroupId> <UserId>1a85847f-cbec-46ca-a4b8-4b12ea942870</UserId> </SyncTokenRepresentation>