Versions Compared

Key

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

...

GET http://IP-address:port/getcameras

...

Request example:

GET http://127.0.0.1:80/getcameras

...

Response example:

Code Block
languagexml
{
	"cameras": [
		{
			"id": 1,
			"channel": 1,
			"status": "working"
		},
		{
			"id": 2,
			"channel ": 2,
			"status": "signaIJost"
		}
			]
}

...