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": "efd0d061-7257-4e72-825d-76d6d235f2b3",
"tenantId": "942b1f88-dcd3-4629-9e88-49535155e9ff",
"userId": "a316b0d1-11d1-4177-b7a7-345c2bc95a94",
"userGroupId": "10e99ddb-d2bc-47b3-ab28-a3557fd82972",
"deviceId": "30c0d9d5-a02d-4592-b6ca-9beec5184fb1",
"deviceGroupId": "6e1ab357-57c5-4012-8693-819439d8ae0a",
"applicationId": "f441f506-1fbf-441b-9a23-8064d44eead7",
"applicationVersionId": "1d98b993-be71-4cec-95df-1fe5afb0351f",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2025-11-15T11:39:50.9075148+00:00",
"updatedDateUtc": "2025-11-15T11:39:50.9075148+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-15T11:39:50.9075148+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-15T11:39:50.9075148+00:00</UpdatedDateUtc> <ApplicationId>f441f506-1fbf-441b-9a23-8064d44eead7</ApplicationId> <ApplicationVersionId>1d98b993-be71-4cec-95df-1fe5afb0351f</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>6e1ab357-57c5-4012-8693-819439d8ae0a</DeviceGroupId> <DeviceId>30c0d9d5-a02d-4592-b6ca-9beec5184fb1</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>efd0d061-7257-4e72-825d-76d6d235f2b3</SyncTokenId> <TenantId>942b1f88-dcd3-4629-9e88-49535155e9ff</TenantId> <UserGroupId>10e99ddb-d2bc-47b3-ab28-a3557fd82972</UserGroupId> <UserId>a316b0d1-11d1-4177-b7a7-345c2bc95a94</UserId> </SyncTokenRepresentation>