Versions Compared

Key

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

...

Request body:

Code Block
 {
"method": "axxonsoftAxxonSoft.bl.domain.DomainService.ListCameras",
"data": {
"view" : "VIEW_MODE_FULL"
}
}

...

Request body:

Code Block
{
"method": "axxonsoftAxxonSoft.bl.domain.DomainService.BatchGetCameras",
"data": {
	"items":[{
	    "access_point":"hosts/Server1/DeviceIpint.1/SourceEndpoint.video:0:0"
			}]
	}
}

...

Request body:

Code Block
{
	"method": "axxonsoftAxxonSoft.bl.domain.DomainService.ListCameras",
	"data":
	{
		"view": "VIEW_MODE_NO_CHILD_OBJECTS"
	}
}

...

Request body:

Code Block
{
	"method": "axxonsoftAxxonSoft.bl.domain.DomainService.ListCameras",
	"data":
	{
		"filter": "hosts/Node1/",
		"view": "VIEW_MODE_NO_CHILD_OBJECTS"
	}
}

...