My ApplicationMy Application page is added to the portal. Via this page, you can manage (create, list, and remove) applications and receive corresponding client credentials. This page also provides you with an access token to simplify API testing directly via the "API Reference" tab.
/accounts endpoint is added to the accounts API. This endpoint retrieves the accounts that a user has access permission to.
The metric endpoint is added to the /cameras API. This endpoint allows retrieving helpful info about the cameras such as kilobytesOnDisk or bandwidthRealtime.
The metric endpoint is added to the /bridges API, This endpoint retrieves helpful information about the bridge status, such as bandwidth or availableKilobytesOnDisk
The /notifications API is added to the Events category. Currently, this API can retrieve notifications for system health (online/offline cameras). In the future, more functionality will be enabled on this API.
The Files API is added to the portal. This API allows the user to list, delete, move, or rename a file or folder in the archive storage. The files API also allows downloading an existing file from the archive storage Space.
This week also the /events API is updated. In this update, each event will have one or more DataSchemas associated with it. DataSchemas is additional information that can be requested with an event which enhances the event and gives more insights into the events.
This week /cameras API is updated too. The new update makes it possible to change the on/off status of a group of cameras in bulk.
The Event Subscriptions API is added to the portal. Eagle Eye Networks' API V3 provides an /eventSubscriptions feature based on SSE (Server-Sent Events). In this API, SSE is used to receive events of different types once they occur.
iFrames guide is added to the guide section. iFrame is a simple and quick way to embed live, recorded, or live + recorded view of a specific camera to a web page.
A Glossary is added to the guide section describing the terms that are used frequently in the Eagle Eye Networks system.
Node.js Local Proxy Server code is updated to make sure always the base_URL that is retrieved from the ClientSettings is used. This guarantees the minimum cloud response time.
A checklist that explains how to migrate from V1/V2 to API V3 integration has been added to the guides tab. As part of this checklist, some of the benefits of migrating to API V3 are also listed. Here is a direct link to this checklist: Migrate existing integration
Two new APIs (Password Reset APIs) are added to the References tab. This API allows sending the password reset email to the user. It also provides valuable metadata that can improve the user experience. Here is a direct link to /passwordResetRequests and /passwordResetRequests/{token} APIs.