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": "c106e89c-7d0c-4c30-bfa0-f698616c16d2",
"tenantId": "c2bcf981-3eb1-4ba3-a9a0-37954e303029",
"userId": "9108fde5-a5f3-4674-9354-9c87ce580d3e",
"userGroupId": "5c17b7d0-3d50-42cf-b2ac-40d981e8cc46",
"deviceId": "b0485541-4253-4ba3-97f2-9cd3bfcd01c4",
"deviceGroupId": "ac69a8bc-60ec-443c-95d7-068ec6f687ab",
"applicationId": "74018719-b294-4ead-9978-214d19d6fa24",
"applicationVersionId": "49934aa9-ec6d-4bce-aef1-2bf1b9b9508a",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-04-17T15:54:05.0258588+00:00",
"updatedDateUtc": "2026-04-17T15:54:05.0258588+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-04-17T15:54:05.0258588+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-17T15:54:05.0258588+00:00</UpdatedDateUtc> <ApplicationId>74018719-b294-4ead-9978-214d19d6fa24</ApplicationId> <ApplicationVersionId>49934aa9-ec6d-4bce-aef1-2bf1b9b9508a</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>ac69a8bc-60ec-443c-95d7-068ec6f687ab</DeviceGroupId> <DeviceId>b0485541-4253-4ba3-97f2-9cd3bfcd01c4</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>c106e89c-7d0c-4c30-bfa0-f698616c16d2</SyncTokenId> <TenantId>c2bcf981-3eb1-4ba3-a9a0-37954e303029</TenantId> <UserGroupId>5c17b7d0-3d50-42cf-b2ac-40d981e8cc46</UserGroupId> <UserId>9108fde5-a5f3-4674-9354-9c87ce580d3e</UserId> </SyncTokenRepresentation>