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": "fcb364f4-1ccc-4c3c-893e-adf944563e88",
"tenantId": "7a0db1dc-504f-4c56-bf88-61ad31ea5cf7",
"userId": "dfb55b93-8907-448b-809a-11cb45bf1d7a",
"userGroupId": "cf31bb08-d172-4239-bb5f-8b376a08e561",
"deviceId": "d5c6268f-6060-4f20-bde8-cf9fa19c82be",
"deviceGroupId": "d24decce-29d1-41df-9d3c-b73712e7c312",
"applicationId": "e2499470-29bb-4ee6-ad19-a9da700b2dcc",
"applicationVersionId": "a33844da-ed30-4cd0-b511-189cf18bf212",
"requestedAnchorHex": "sample string 9",
"currentDatabaseAnchorHex": "sample string 10",
"pushToken": "sample string 11",
"options": "sample string 12",
"createdDateUtc": "2025-11-16T19:55:45.5291474+00:00",
"updatedDateUtc": "2025-11-16T19:55:45.5291474+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-16T19:55:45.5291474+00:00</CreatedDateUtc> <UpdatedDateUtc>2025-11-16T19:55:45.5291474+00:00</UpdatedDateUtc> <ApplicationId>e2499470-29bb-4ee6-ad19-a9da700b2dcc</ApplicationId> <ApplicationVersionId>a33844da-ed30-4cd0-b511-189cf18bf212</ApplicationVersionId> <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex> <DeviceGroupId>d24decce-29d1-41df-9d3c-b73712e7c312</DeviceGroupId> <DeviceId>d5c6268f-6060-4f20-bde8-cf9fa19c82be</DeviceId> <Options>sample string 12</Options> <PushToken>sample string 11</PushToken> <RequestedAnchorHex>sample string 9</RequestedAnchorHex> <SyncTokenId>fcb364f4-1ccc-4c3c-893e-adf944563e88</SyncTokenId> <TenantId>7a0db1dc-504f-4c56-bf88-61ad31ea5cf7</TenantId> <UserGroupId>cf31bb08-d172-4239-bb5f-8b376a08e561</UserGroupId> <UserId>dfb55b93-8907-448b-809a-11cb45bf1d7a</UserId> </SyncTokenRepresentation>