POST api/Notification/Subscribe?authKey={authKey}&alarmId={alarmId}&vehicleId={vehicleId}&startValue={startValue}&endValue={endValue}&repeated={repeated}
Subscribe to an Event
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
authKey |
Authentication Key |
string |
Required |
alarmId |
Event Id |
byte |
Required |
vehicleId |
Vehicle Id |
integer |
Required |
startValue |
Start Value |
decimal number |
Required |
endValue |
End Value |
decimal number |
Required |
repeated |
Repeat or OneTime |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
OK or ERR
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>