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": "53f02df1-0d6b-4ab9-8fb4-552953c6391c",
"tenantId": "4b197989-05a1-4d8c-940c-a2f4358929e2",
"userId": "48fdae33-afb5-4eeb-91ac-cd58dd3a3014",
"userGroupId": "aee06914-d1a4-47e6-b042-bf244cb8f9ee",
"deviceId": "47bc79c3-562a-448d-aa81-40233b515384",
"deviceGroupId": "6c8c5d44-8fb0-46b5-8377-1f6a50b701fa",
"applicationId": "d52e3893-d48f-462e-a321-3f72c6a104e0",
"applicationVersionId": "33b1fc23-a232-4fea-a461-f9f3bfa73eed",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-06-23T16:50:50.8466592+00:00",
"updatedDateUtc": "2026-06-23T16:50:50.8466592+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-06-23T16:50:50.8466592+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-06-23T16:50:50.8466592+00:00</UpdatedDateUtc> <ApplicationId>d52e3893-d48f-462e-a321-3f72c6a104e0</ApplicationId> <ApplicationVersionId>33b1fc23-a232-4fea-a461-f9f3bfa73eed</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>6c8c5d44-8fb0-46b5-8377-1f6a50b701fa</DeviceGroupId> <DeviceId>47bc79c3-562a-448d-aa81-40233b515384</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>53f02df1-0d6b-4ab9-8fb4-552953c6391c</SyncTokenId> <TenantId>4b197989-05a1-4d8c-940c-a2f4358929e2</TenantId> <UserGroupId>aee06914-d1a4-47e6-b042-bf244cb8f9ee</UserGroupId> <UserId>48fdae33-afb5-4eeb-91ac-cd58dd3a3014</UserId> </SyncTokenRepresentation>