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": "7b380d4a-6bf5-4d48-b04e-8ba29b5487e3",
"tenantId": "042b02bf-7c6f-45d0-ab51-c793a64aa76a",
"userId": "421db87e-9fe1-47fe-86ed-5acaca6d0e9c",
"userGroupId": "dd3bade4-0465-43cf-910b-3b4273ae4694",
"deviceId": "6292639d-af8d-461a-8332-fa34ef470a7c",
"deviceGroupId": "6ccf2729-9d5b-4bbc-9298-087cb5bb7510",
"applicationId": "98795cd8-9fea-4f63-aa8c-3a67616911ae",
"applicationVersionId": "e0786070-8cde-4d34-a052-45410e7717a1",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2026-09-02T21:54:08.7485679+00:00",
"updatedDateUtc": "2026-09-02T21:54:08.7485679+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-09-02T21:54:08.7485679+00:00</CreatedDateUtc> <UpdatedDateUtc>2026-09-02T21:54:08.7485679+00:00</UpdatedDateUtc> <ApplicationId>98795cd8-9fea-4f63-aa8c-3a67616911ae</ApplicationId> <ApplicationVersionId>e0786070-8cde-4d34-a052-45410e7717a1</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>6ccf2729-9d5b-4bbc-9298-087cb5bb7510</DeviceGroupId> <DeviceId>6292639d-af8d-461a-8332-fa34ef470a7c</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>7b380d4a-6bf5-4d48-b04e-8ba29b5487e3</SyncTokenId> <TenantId>042b02bf-7c6f-45d0-ab51-c793a64aa76a</TenantId> <UserGroupId>dd3bade4-0465-43cf-910b-3b4273ae4694</UserGroupId> <UserId>421db87e-9fe1-47fe-86ed-5acaca6d0e9c</UserId> </SyncTokenRepresentation>