GET
Get the input card with a specified ID.
| Responses | |
| 200 | GET successful. |
| 404 | Resource does not exist. |
| Response (application/json): object | ||
| Member | Type | Description |
enabled | boolean | Indicates 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 |