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": "d75de8ec-f0b5-45dd-8f9a-d82caa8a04c8",
"tenantId": "6fc3a098-15ba-43f1-b2c6-7f9cdca8b151",
"userId": "0b16b398-31c0-4e9d-aac9-1b9052975c14",
"userGroupId": "e5d30cbc-67e3-4cb0-9455-e97e134a1245",
"deviceId": "a0a60fe5-fcf8-4548-ba0c-a75333da803d",
"deviceGroupId": "93a9690f-abf5-4b6d-b292-fe761cee9a52",
"applicationId": "25551c82-710f-4128-bba5-802e89585f78",
"applicationVersionId": "ec0547ac-66e2-4b4a-b273-6ec1cf41056d",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-09-10T14:18:12.5754227+00:00",
"updatedDateUtc": "2026-09-10T14:18:12.5754227+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-09-10T14:18:12.5754227+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-10T14:18:12.5754227+00:00</UpdatedDateUtc> <ApplicationId>25551c82-710f-4128-bba5-802e89585f78</ApplicationId> <ApplicationVersionId>ec0547ac-66e2-4b4a-b273-6ec1cf41056d</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>93a9690f-abf5-4b6d-b292-fe761cee9a52</DeviceGroupId> <DeviceId>a0a60fe5-fcf8-4548-ba0c-a75333da803d</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>d75de8ec-f0b5-45dd-8f9a-d82caa8a04c8</SyncTokenId> <TenantId>6fc3a098-15ba-43f1-b2c6-7f9cdca8b151</TenantId> <UserGroupId>e5d30cbc-67e3-4cb0-9455-e97e134a1245</UserGroupId> <UserId>0b16b398-31c0-4e9d-aac9-1b9052975c14</UserId> </SyncTokenRepresentation>