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": "bdc2a094-d484-4be1-a8b1-9409ee528bb7",
"tenantId": "7203814b-66f4-492b-85c7-2f6e6f41d29a",
"userId": "e8c2f851-d7d7-4f88-9f8d-508bfed4422c",
"userGroupId": "a040b734-7548-4eee-9998-2d170eb78648",
"deviceId": "309c3d5c-4dd8-4a97-b10d-79a40287ea7e",
"deviceGroupId": "7c69bf08-49ce-4dde-82fb-02d57cf96dc1",
"applicationId": "4df6dcfc-d572-4b0c-a7b1-f090f4cab45c",
"applicationVersionId": "1b3169fa-11dc-49be-8569-c36a4c889ecb",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2025-11-12T13:20:25.8182709+00:00",
"updatedDateUtc": "2025-11-12T13:20:25.8182709+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>2025-11-12T13:20:25.8182709+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-12T13:20:25.8182709+00:00</UpdatedDateUtc> <ApplicationId>4df6dcfc-d572-4b0c-a7b1-f090f4cab45c</ApplicationId> <ApplicationVersionId>1b3169fa-11dc-49be-8569-c36a4c889ecb</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>7c69bf08-49ce-4dde-82fb-02d57cf96dc1</DeviceGroupId> <DeviceId>309c3d5c-4dd8-4a97-b10d-79a40287ea7e</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>bdc2a094-d484-4be1-a8b1-9409ee528bb7</SyncTokenId> <TenantId>7203814b-66f4-492b-85c7-2f6e6f41d29a</TenantId> <UserGroupId>a040b734-7548-4eee-9998-2d170eb78648</UserGroupId> <UserId>e8c2f851-d7d7-4f88-9f8d-508bfed4422c</UserId> </SyncTokenRepresentation>