2.29 configuration/peripherals/{index}

GET

Get the peripheral with a specified ID.

Responses
200GET successful.
404Resource does not exist.
Response (application/json): object
MemberTypeDescription
cameras
arrayread-only
combinedRevision
number (float)

Sum of the binary-coded decimal revisions of the individual peripherals. For example, if the revision for camera, microphone and speaker are 2.1, 2.2 and 2.3, then the combinedRevision will be 6.6.

Since version: 2.15

read-only

id
integerread-only
microphones
arrayread-only
name
stringread-only
pluggedIn
booleanread-only
serialNumber
string

See the serial number of the individual camera, microphone or speaker instead

read-only

speakers
arrayread-only
touchscreens
array

Since version: 2.6

read-only

usbSignature
string

Unique peripheral identifier constructed by VID followed by all PIDs in sorted order

Example: 1234:0001-0002-0003

Since version: 2.15

read-only

vendor
stringread-only
vendorId
string

Since version: 2.11

read-only

version
string

Firmware version of the peripheral.

Since version: 2.7

read-only