Last updated 7 months ago
Was this helpful?
Changes the mute state for a specific beam
/beams/{beamID}/mute
Beam ID
curl -L \ --request PUT \ --url 'http://AAA-1234.local/psapi/beams/{beamID}/mute' \ --header 'Content-Type: application/json' \ --data '{"muted":true}'
No body
Changes the solo state for a specific beam
/beams/{beamID}/solo
curl -L \ --request PUT \ --url 'http://AAA-1234.local/psapi/beams/{beamID}/solo' \ --header 'Content-Type: application/json' \ --data '{"soloed":true}'
Returns information for a specific preset
/presets/{presetID}
Preset ID
curl -L \ --url 'http://AAA-1234.local/psapi/presets/{presetID}'
{ "name": "text", "beams": { "ANY_ADDITIONAL_PROPERTY": { "mute": false, "name": "Beam 1", "solo": false, "beam_type": "coverage-beam" } } }