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": "313cee02-fae1-4a39-b6a9-e6a8fbc76481",
"tenantId": "fb6347a9-bc3d-446f-9487-074a7c2b4aef",
"userId": "5237ae5e-f2c1-4edb-82d9-7fd125575ec7",
"userGroupId": "2cb5be47-a825-4281-934d-78f3840f7567",
"deviceId": "45851bcf-ed63-44fd-b468-7a5dbde3cf95",
"deviceGroupId": "3f4368ea-dce9-4cc3-995f-947e42907e1f",
"applicationId": "61be3dbe-e77d-4e8a-b704-2231d3e88983",
"applicationVersionId": "59311900-2fe6-4080-8d4f-990f2f702765",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-07-09T16:50:22.5593223+00:00",
"updatedDateUtc": "2026-07-09T16:50:22.5593223+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-07-09T16:50:22.5593223+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-09T16:50:22.5593223+00:00</UpdatedDateUtc> <ApplicationId>61be3dbe-e77d-4e8a-b704-2231d3e88983</ApplicationId> <ApplicationVersionId>59311900-2fe6-4080-8d4f-990f2f702765</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>3f4368ea-dce9-4cc3-995f-947e42907e1f</DeviceGroupId> <DeviceId>45851bcf-ed63-44fd-b468-7a5dbde3cf95</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>313cee02-fae1-4a39-b6a9-e6a8fbc76481</SyncTokenId> <TenantId>fb6347a9-bc3d-446f-9487-074a7c2b4aef</TenantId> <UserGroupId>2cb5be47-a825-4281-934d-78f3840f7567</UserGroupId> <UserId>5237ae5e-f2c1-4edb-82d9-7fd125575ec7</UserId> </SyncTokenRepresentation>