Skip to content

WiFi Motion Core APIs (v3-x-x)

The WiFi Motion Core Cloud APIs facilitate the creation, configuration, and management of WiFi Motion networks via RESTful APIs. Additionally, it offers interfaces for accessing topologies, events, and motion data. The only difference is that the Core APIs do not specifically reference a user, and instead provide you with the ability to query the data from any network that is available in the environment.

Download OpenAPI description
Languages
Servers
Mock server

https://docs.cognitivesystems.com/_mock/assets/specs/mns/v3-x-x/

Network Settings

Operations

Motion History

Operations

Live Motion

Operations

Events

Operations

Insights v2

Operations

Universal Alerting

Operations

Network Status

Operations

Network Meta

Operations

Location Data

Operations

Find

Operations

Application Settings

Operations

Config

Operations

Node

Operations

Set (replace) node meta-data

Request

Security
ApiKey
Path
nodeidintegerrequired

Node ID

Query
keystring

If provided, all operations will be relative to this top-level key.

updateboolean

When true the new configuration is immediately propagated to the network this node is part of.

Default false
curl -i -X POST \
  'https://docs.cognitivesystems.com/_mock/assets/specs/mns/v3-x-x/node/{nodeid}/meta?key=string&update=false' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Node metadata

Bodyapplication/json
property name*stringadditional property
Response
application/json
{}

Update node meta-data

Request

Security
ApiKey
Path
nodeidintegerrequired

Node ID

Query
keystring

If provided, all operations will be relative to this top-level key.

updateboolean

When true the new configuration is immediately propagated to the network this node is part of.

Default false
curl -i -X PATCH \
  'https://docs.cognitivesystems.com/_mock/assets/specs/mns/v3-x-x/node/{nodeid}/meta?key=string&update=false' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Node metadata

Bodyapplication/json
property name*stringadditional property
Response
application/json
{}

Management

Operations