Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

\uD83D\uDCD8 Example - Obtaining list active/non-active cameras on platform:

By querying the camera status , we can obtain information about camera statuses under owner account

Pre-requisites: Setup rights user TOKEN rigths - ?Configuration?.

Query:

query {
  cameraList {
    name
    is_connected
  }
}

Response:

{
  "data": {

What is good for?

  • No labels