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": "2025-01-26T10:37:48.0597989+01:00", "type": "User" }, { "ID": "sample string 1", "data": "sample string 2", "date": "2025-01-26T10:37:48.0597989+01:00", "type": "User" } ], "since": "2025-01-26T10:37:48.0597989+01: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": "2025-01-26T10:37:48.0627976+01:00", "type": "User" }, { "ID": "sample string 1", "data": "sample string 2", "date": "2025-01-26T10:37:48.0627976+01:00", "type": "User" } ]