🚧 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/audioplayback/cancelLoopingAudioPlayback \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"audioDevices": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
]
}
'{
"error": true,
"errorMsg": "<string>",
"successMap": {},
"warningMsg": "<string>"
}Cancel any currently playing looping audio for an audio device
curl --request POST \
--url https://api2.rhombussystems.com/api/audioplayback/cancelLoopingAudioPlayback \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"audioDevices": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
]
}
'{
"error": true,
"errorMsg": "<string>",
"successMap": {},
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to cancel looping audio playback on audio devices.
List of audio device UUIDs to cancel looping playback on
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Was this page helpful?