POST api2/cloud_data.json
Sync CloudData
Request Information
URI Parameters
None.
Body Parameters
API.Models.SyncCloudDataRequestName | 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": "2024-10-09T22:15:14.109159+02:00", "type": "User" }, { "ID": "sample string 1", "data": "sample string 2", "date": "2024-10-09T22:15:14.109159+02:00", "type": "User" } ], "since": "2024-10-09T22:15:14.109159+02:00" }
Response Information
Resource Description
Collection of API.Code.DeviceHelperAPI+CloudDataName | 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": "2024-10-09T22:15:14.114146+02:00", "type": "User" }, { "ID": "sample string 1", "data": "sample string 2", "date": "2024-10-09T22:15:14.114146+02:00", "type": "User" } ]