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": "548a4887-3cad-48fe-87e9-415644603c39",
"tenantId": "9964f562-efc2-45ad-9ce8-4e3773719771",
"userId": "6d305a0d-3969-432d-9994-cc7bb31e9e92",
"userGroupId": "406d2c0e-a1e8-4981-8cdd-e5a0604f0ef3",
"deviceId": "8a4e072e-72c1-4b0b-ad9f-b0aa04d211c8",
"deviceGroupId": "37347818-e69f-43ef-999f-d7b965d9d6ba",
"applicationId": "f3824f91-bc70-45d8-a3a0-353fa1455d27",
"applicationVersionId": "84f6e984-17ba-46f9-963b-76cccd57abc3",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2025-11-25T17:40:40.631853+00:00",
"updatedDateUtc": "2025-11-25T17:40:40.631853+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>2025-11-25T17:40:40.631853+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-25T17:40:40.631853+00:00</UpdatedDateUtc> <ApplicationId>f3824f91-bc70-45d8-a3a0-353fa1455d27</ApplicationId> <ApplicationVersionId>84f6e984-17ba-46f9-963b-76cccd57abc3</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>37347818-e69f-43ef-999f-d7b965d9d6ba</DeviceGroupId> <DeviceId>8a4e072e-72c1-4b0b-ad9f-b0aa04d211c8</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>548a4887-3cad-48fe-87e9-415644603c39</SyncTokenId> <TenantId>9964f562-efc2-45ad-9ce8-4e3773719771</TenantId> <UserGroupId>406d2c0e-a1e8-4981-8cdd-e5a0604f0ef3</UserGroupId> <UserId>6d305a0d-3969-432d-9994-cc7bb31e9e92</UserId> </SyncTokenRepresentation>