Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Query:

Code Block
query {
    nodeList(type: camera)
    {name
    }
}

Response:

Code Block
{
  "data": {

...