Cameras
Retrieves list of device IO ports.
get/cameras/{cameraId}/io/ports
Query parameters
includestring[]
Allows clients to request optional information such us URLs necessary to configure third party IDPs.
Response
Successfully fetched.
Example response
{
"results": [
{
"id": "1",
"name": "Input 1"
}
]
}