v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
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.

nextPageTokenstring nullable required

Token to retrieve the next page. The value of this token is passed into the field pageToken. This value can be null if there is no next page.

prevPageTokenstring nullable required

Token to retrieve the previous page. The value of this token is passed into the field pageToken. This value can be null of there is no previous page.

totalSizeinteger required

Size of the total result set.

Example response

{
  "results": [
    {
      "id": "1",
      "name": "Input 1"
    }
  ]
}