Cyan Web API - Version 1


POST api/syncTokens

            Creates a token that can be used to retrieve sync data.
            

Request Information

Parameters

NameDescriptionAdditional information
syncTokenRepresentation

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "syncTokenId": "d2bc5b30-c8c3-4275-9440-a537ae5a49ca",
  "tenantId": "80532d99-79a4-4473-a426-bda6715f513f",
  "userId": "63f79cc8-10e3-4502-ad77-6e9b3877b667",
  "userGroupId": "83285e7c-ccbb-48a6-b5e8-9266a56cd116",
  "deviceId": "92ac5021-e83b-43c4-be7b-9a0be577707f",
  "deviceGroupId": "f382b5db-bf35-4fc9-a3d7-728c634321e0",
  "applicationId": "e8e7f51d-1e5f-4522-92ef-32768ef3e190",
  "applicationVersionId": "b06848c7-7785-47f6-af7e-b663b819580e",
  "requestedAnchorHex": "sample string 9",
  "currentDatabaseAnchorHex": "sample string 10",
  "pushToken": "sample string 11",
  "options": "sample string 12",
  "createdDateUtc": "2025-12-15T19:41:02.6745027+00:00",
  "updatedDateUtc": "2025-12-15T19:41:02.6745027+00:00"
}

application/xml, text/xml

Sample:
<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-12-15T19:41:02.6745027+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2025-12-15T19:41:02.6745027+00:00</UpdatedDateUtc>
  <ApplicationId>e8e7f51d-1e5f-4522-92ef-32768ef3e190</ApplicationId>
  <ApplicationVersionId>b06848c7-7785-47f6-af7e-b663b819580e</ApplicationVersionId>
  <CurrentDatabaseAnchorHex>sample string 10</CurrentDatabaseAnchorHex>
  <DeviceGroupId>f382b5db-bf35-4fc9-a3d7-728c634321e0</DeviceGroupId>
  <DeviceId>92ac5021-e83b-43c4-be7b-9a0be577707f</DeviceId>
  <Options>sample string 12</Options>
  <PushToken>sample string 11</PushToken>
  <RequestedAnchorHex>sample string 9</RequestedAnchorHex>
  <SyncTokenId>d2bc5b30-c8c3-4275-9440-a537ae5a49ca</SyncTokenId>
  <TenantId>80532d99-79a4-4473-a426-bda6715f513f</TenantId>
  <UserGroupId>83285e7c-ccbb-48a6-b5e8-9266a56cd116</UserGroupId>
  <UserId>63f79cc8-10e3-4502-ad77-6e9b3877b667</UserId>
</SyncTokenRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.