2.27 configuration/input-cards/{index}

GET

Get the input card with a specified ID.

Responses
200GET successful.
404Resource does not exist.
Response (application/json): object
MemberTypeDescription
enabled
booleanIndicates if the input is enabled.
hasInvalidSignal
boolean

Indicates if the input has an invalid signal (e.g. no DisplayPort signal in case of a usb-c input).

Since version: 2.11

read-only

hasSignal
boolean

Indicates if the input has signal.

read-only

id
number

The ID for this input.

read-only

sourceName
string

The name of the source displayed when sharing.

Example: HDMI-0

PATCH

Change the input card with a specified ID.

Request body (application/json): object
MemberTypeDescription
enabled
booleanIndicates if the input is enabled.
hasInvalidSignal
boolean

Indicates if the input has an invalid signal (e.g. no DisplayPort signal in case of a usb-c input).

Since version: 2.11

read-only

hasSignal
boolean

Indicates if the input has signal.

read-only

id
number

The ID for this input.

read-only

sourceName
string

The name of the source displayed when sharing.

Example: HDMI-0

Responses
200PATCH successful.