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": "98154711-c34d-4f10-9707-246bf6e32e80",
"tenantId": "f7068c69-2092-4bfa-9999-ee8d1ab17d9e",
"userId": "008b354a-de44-4f8e-a8ef-55a5f49f07c7",
"userGroupId": "428ab6ab-6b81-47da-9dbc-29a35831fc84",
"deviceId": "ee0fb6f4-5d19-4324-bd71-e4210acb6b79",
"deviceGroupId": "90703a85-1bdf-41eb-bb78-bad7f95a111a",
"applicationId": "592faffe-2981-4add-bb04-ba84515fb0c7",
"applicationVersionId": "59784dd0-399c-458f-925a-95dfad4a0341",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-05-13T07:58:16.2669068+00:00",
"updatedDateUtc": "2026-05-13T07:58:16.2669068+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-13T07:58:16.2669068+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-05-13T07:58:16.2669068+00:00</UpdatedDateUtc> <ApplicationId>592faffe-2981-4add-bb04-ba84515fb0c7</ApplicationId> <ApplicationVersionId>59784dd0-399c-458f-925a-95dfad4a0341</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>90703a85-1bdf-41eb-bb78-bad7f95a111a</DeviceGroupId> <DeviceId>ee0fb6f4-5d19-4324-bd71-e4210acb6b79</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>98154711-c34d-4f10-9707-246bf6e32e80</SyncTokenId> <TenantId>f7068c69-2092-4bfa-9999-ee8d1ab17d9e</TenantId> <UserGroupId>428ab6ab-6b81-47da-9dbc-29a35831fc84</UserGroupId> <UserId>008b354a-de44-4f8e-a8ef-55a5f49f07c7</UserId> </SyncTokenRepresentation>