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": "38068022-58f5-4496-ae12-bb48ce50cbdf",
"tenantId": "096d44fb-f8cc-4a63-9466-16514942411a",
"userId": "ade5e8eb-93bc-45c4-84db-8fd176fbe53b",
"userGroupId": "dc1df453-0131-4fbf-bf0f-9bee476211b3",
"deviceId": "a65b944a-98d2-4e8f-8dab-6635b9810147",
"deviceGroupId": "cf486c42-f0f0-47b3-a2cc-3a06c28b2a5a",
"applicationId": "72950754-4d6e-4059-a3b6-30e4b09296f2",
"applicationVersionId": "5c998fcb-243c-417a-b6c9-7d2a6092ed9a",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-07-21T04:07:14.7896497+00:00",
"updatedDateUtc": "2026-07-21T04:07:14.7896497+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-21T04:07:14.7896497+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-07-21T04:07:14.7896497+00:00</UpdatedDateUtc> <ApplicationId>72950754-4d6e-4059-a3b6-30e4b09296f2</ApplicationId> <ApplicationVersionId>5c998fcb-243c-417a-b6c9-7d2a6092ed9a</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>cf486c42-f0f0-47b3-a2cc-3a06c28b2a5a</DeviceGroupId> <DeviceId>a65b944a-98d2-4e8f-8dab-6635b9810147</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>38068022-58f5-4496-ae12-bb48ce50cbdf</SyncTokenId> <TenantId>096d44fb-f8cc-4a63-9466-16514942411a</TenantId> <UserGroupId>dc1df453-0131-4fbf-bf0f-9bee476211b3</UserGroupId> <UserId>ade5e8eb-93bc-45c4-84db-8fd176fbe53b</UserId> </SyncTokenRepresentation>