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": "8dafc164-8920-4951-b141-9c20414449ab",
"tenantId": "36b3f3cd-5e19-4150-bf7c-bf4c7c3f708c",
"userId": "114b7343-cf90-4593-a82a-821605acb077",
"userGroupId": "8ed9a368-5473-4e3c-8afd-9502663e3bce",
"deviceId": "8824abfe-c9d5-4b17-998d-104f66320a11",
"deviceGroupId": "d046920c-6322-4f3d-93ce-2276f133b164",
"applicationId": "304e798b-c5b3-4c01-8c2a-f28e62e4d852",
"applicationVersionId": "69da4613-13ca-4dde-98b4-a4269ed142e8",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-06-29T02:00:57.4668215+00:00",
"updatedDateUtc": "2026-06-29T02:00:57.4668215+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-06-29T02:00:57.4668215+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-29T02:00:57.4668215+00:00</UpdatedDateUtc> <ApplicationId>304e798b-c5b3-4c01-8c2a-f28e62e4d852</ApplicationId> <ApplicationVersionId>69da4613-13ca-4dde-98b4-a4269ed142e8</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>d046920c-6322-4f3d-93ce-2276f133b164</DeviceGroupId> <DeviceId>8824abfe-c9d5-4b17-998d-104f66320a11</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>8dafc164-8920-4951-b141-9c20414449ab</SyncTokenId> <TenantId>36b3f3cd-5e19-4150-bf7c-bf4c7c3f708c</TenantId> <UserGroupId>8ed9a368-5473-4e3c-8afd-9502663e3bce</UserGroupId> <UserId>114b7343-cf90-4593-a82a-821605acb077</UserId> </SyncTokenRepresentation>