POST api2/cloud_data.json

Sync CloudData

Request Information

URI Parameters

None.

Body Parameters

API.Models.SyncCloudDataRequest
NameDescriptionTypeAdditional information
data

Collection of API.Code.DeviceHelperAPI+CloudData

None.

since

date

None.

Request Formats

{
  "data": [
    {
      "ID": "sample string 1",
      "data": "sample string 2",
      "date": "2024-07-27T08:21:59.2275423+02:00",
      "type": "User"
    },
    {
      "ID": "sample string 1",
      "data": "sample string 2",
      "date": "2024-07-27T08:21:59.2275423+02:00",
      "type": "User"
    }
  ],
  "since": "2024-07-27T08:21:59.2275423+02:00"
}

Response Information

Resource Description

Collection of API.Code.DeviceHelperAPI+CloudData
NameDescriptionTypeAdditional information
ID

string

None.

data

string

None.

date

date

None.

type

API.Code.DeviceHelperAPI+eCloudDataType

None.

Response Formats

[
  {
    "ID": "sample string 1",
    "data": "sample string 2",
    "date": "2024-07-27T08:21:59.231541+02:00",
    "type": "User"
  },
  {
    "ID": "sample string 1",
    "data": "sample string 2",
    "date": "2024-07-27T08:21:59.231541+02:00",
    "type": "User"
  }
]