GET api/Suspend?APIKey={APIKey}&ControllerID={ControllerID}
This will suspend the Webhook posting of data for this controller.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
APIKey |
The API key provided |
string |
Required |
ControllerID |
The ControllerID of the unit you want to suspend |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The system will return a message of "Success" if there is no problem
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>