GetAssignedEvents
GET
Get Assigned Events
This API will return the list of events currently subscribed.
NOTE: this API requires Client Credentials authentication.
Example:
[
{
"eventId": "DeviceOfflineEvent"
},
{
"eventId": "WldCriticalBatteryEvent"
},
{
"eventId": "DeviceSubscribedEvent"
},
{
"eventId": "DeviceUnsubscribedEvent"
}
]
Resource URL
https://api.honeywellhome.com /v2/events/partner/events
Query Parameters
| Name | Values | Description |
|---|---|---|
| apikey |
API Key |
Header Parameters
| Name | Values | Description |
|---|---|---|
|
Authorization
(required) |
OAuth2 Client Credentials Token |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
|
Security |
|
|
Content Type |
application/json |
Working...