🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/mediadevice/getBulkMediaDeviceDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"devices": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
]
}
'{
"error": true,
"errorMsg": "<string>",
"mediaDeviceDetails": {},
"warningMsg": "<string>"
}Get media information of any video-supporting media device
curl --request POST \
--url https://api2.rhombussystems.com/api/mediadevice/getBulkMediaDeviceDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"devices": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
]
}
'{
"error": true,
"errorMsg": "<string>",
"mediaDeviceDetails": {},
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for getting media information of any video-supporting media device.
Set of device facet UUIDs to get media details for
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Was this page helpful?