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": "3ef6b97d-68ab-493e-9305-d4880634e0ca",
"tenantId": "06afc076-006b-49d9-9c49-4fc77fdb4f90",
"userId": "747a3c05-dbb4-4a14-81d1-4f9f173f8e99",
"userGroupId": "74b3d0f4-42be-4bfb-9d7a-525f1de49f33",
"deviceId": "2a1c561d-0dac-4285-abc6-a287cb49bb02",
"deviceGroupId": "29eba419-660d-4ca7-9cc1-a14307ae84a9",
"applicationId": "e3465664-871d-412d-8bb6-5899eddbd1e5",
"applicationVersionId": "29bdaa60-58cc-4e08-a577-2f637e9b7f30",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-03-09T12:01:55.4457429+00:00",
"updatedDateUtc": "2026-03-09T12:01:55.4457429+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-03-09T12:01:55.4457429+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-03-09T12:01:55.4457429+00:00</UpdatedDateUtc> <ApplicationId>e3465664-871d-412d-8bb6-5899eddbd1e5</ApplicationId> <ApplicationVersionId>29bdaa60-58cc-4e08-a577-2f637e9b7f30</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>29eba419-660d-4ca7-9cc1-a14307ae84a9</DeviceGroupId> <DeviceId>2a1c561d-0dac-4285-abc6-a287cb49bb02</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>3ef6b97d-68ab-493e-9305-d4880634e0ca</SyncTokenId> <TenantId>06afc076-006b-49d9-9c49-4fc77fdb4f90</TenantId> <UserGroupId>74b3d0f4-42be-4bfb-9d7a-525f1de49f33</UserGroupId> <UserId>747a3c05-dbb4-4a14-81d1-4f9f173f8e99</UserId> </SyncTokenRepresentation>