...
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Code Block | ||
---|---|---|
| ||
curl -X GET -H "X-APITOKEN: API_TOKEN_HERE" -k https://m.thingscale.io/v2/event/EVENT_ID_HERE |
...
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Code Block | ||
---|---|---|
| ||
curl -X POST -H "X-APITOKEN: API_TOKEN_HERE" -k "https://m.thingscale.io/v2/event/" |
...
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Code Block | ||
---|---|---|
| ||
curl -X PUT -H "X-APITOKEN: API_TOKEN_HERE" -H "Content-Type: application/json" -k -d '{"mapped_ch" : 0,"description":"High Temp","notify_type":"email","post_url":"","enabled":"true","source":"value1","operator":">","threshold":24}' https://m.thingscale.io/v2/event/EVENT_ID_HERE |
...
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
...