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": "ae0589c2-fc3d-415a-bd67-58d41ff16ed6",
"tenantId": "474f38e6-c144-4be8-aa37-df500569cb5d",
"userId": "21a9d87c-1b16-4196-9ca0-b18704e1ade2",
"userGroupId": "2b034aac-c32c-4ff9-bb6f-adb718369074",
"deviceId": "a2f0865b-6cbd-4689-aedc-5c078d99bd61",
"deviceGroupId": "7b032bea-7b46-4db5-be2f-1610ba30751f",
"applicationId": "ca891195-f12e-48cc-bb2a-93b79c55c740",
"applicationVersionId": "003ba129-a548-4953-b4de-d35291eed96b",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-04-28T14:00:37.2941576+00:00",
"updatedDateUtc": "2026-04-28T14:00:37.2941576+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-04-28T14:00:37.2941576+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-04-28T14:00:37.2941576+00:00</UpdatedDateUtc> <ApplicationId>ca891195-f12e-48cc-bb2a-93b79c55c740</ApplicationId> <ApplicationVersionId>003ba129-a548-4953-b4de-d35291eed96b</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>7b032bea-7b46-4db5-be2f-1610ba30751f</DeviceGroupId> <DeviceId>a2f0865b-6cbd-4689-aedc-5c078d99bd61</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>ae0589c2-fc3d-415a-bd67-58d41ff16ed6</SyncTokenId> <TenantId>474f38e6-c144-4be8-aa37-df500569cb5d</TenantId> <UserGroupId>2b034aac-c32c-4ff9-bb6f-adb718369074</UserGroupId> <UserId>21a9d87c-1b16-4196-9ca0-b18704e1ade2</UserId> </SyncTokenRepresentation>