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": "2025-11-08T08:08:31.0551947+01:00",
"type": "User"
},
{
"ID": "sample string 1",
"data": "sample string 2",
"date": "2025-11-08T08:08:31.0551947+01:00",
"type": "User"
}
],
"since": "2025-11-08T08:08:31.0551947+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": "2025-11-08T08:08:31.0601921+01:00",
"type": "User"
},
{
"ID": "sample string 1",
"data": "sample string 2",
"date": "2025-11-08T08:08:31.0601921+01:00",
"type": "User"
}
]