POST api2/cloud_data.json
Sync CloudData
Request Information
URI Parameters
None.
Body Parameters
API.Models.SyncCloudDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of API.Code.DeviceHelperAPI+CloudData |
None. |
|
| since | date |
None. |
Request Formats
{
"data": [
{
"ID": "sample string 1",
"data": "sample string 2",
"date": "2026-01-08T09:07:14.5600729+01:00",
"type": "User"
},
{
"ID": "sample string 1",
"data": "sample string 2",
"date": "2026-01-08T09:07:14.5600729+01:00",
"type": "User"
}
],
"since": "2026-01-08T09:07:14.5600729+01:00"
}
Response Information
Resource Description
Collection of API.Code.DeviceHelperAPI+CloudData| Name | Description | Type | Additional 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": "2026-01-08T09:07:14.5640715+01:00",
"type": "User"
},
{
"ID": "sample string 1",
"data": "sample string 2",
"date": "2026-01-08T09:07:14.5640715+01:00",
"type": "User"
}
]