POST api/checkSensorData?projectId={projectId}&moduleId={moduleId}&objectId={objectId}&pointId={pointId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | string |
Required |
|
| moduleId | string |
Required |
|
| objectId | string |
None. |
|
| pointId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample Bstring"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample Bstring</string>