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": "a0fe43d8-488b-402b-9b9d-6462cb08f5d1",
"tenantId": "0045e469-986d-4e82-bd99-5cae2de58b24",
"userId": "03f9bf9b-06db-4f39-8b13-0ffd60fd5149",
"userGroupId": "b57c9f5d-9aeb-4647-8068-38de0574ae7d",
"deviceId": "6596c7bf-f66f-4091-ab87-4a064ca872ea",
"deviceGroupId": "90188797-662d-4b12-ae6d-9c505de1972b",
"applicationId": "8c22491a-3295-4889-b7f8-aac3eda7d57c",
"applicationVersionId": "fe194b17-c861-403f-9d9d-06f3f452144a",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-05-16T17:34:36.3215037+00:00",
"updatedDateUtc": "2026-05-16T17:34:36.3215037+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-05-16T17:34:36.3215037+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-16T17:34:36.3215037+00:00</UpdatedDateUtc> <ApplicationId>8c22491a-3295-4889-b7f8-aac3eda7d57c</ApplicationId> <ApplicationVersionId>fe194b17-c861-403f-9d9d-06f3f452144a</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>90188797-662d-4b12-ae6d-9c505de1972b</DeviceGroupId> <DeviceId>6596c7bf-f66f-4091-ab87-4a064ca872ea</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>a0fe43d8-488b-402b-9b9d-6462cb08f5d1</SyncTokenId> <TenantId>0045e469-986d-4e82-bd99-5cae2de58b24</TenantId> <UserGroupId>b57c9f5d-9aeb-4647-8068-38de0574ae7d</UserGroupId> <UserId>03f9bf9b-06db-4f39-8b13-0ffd60fd5149</UserId> </SyncTokenRepresentation>