From the docs it would seem that level=4 is not valid for the streams endpoint. If that is true, I think ringserver should error rather than output something from a different endpoint. Otherwise it is confusing as adding level=4 seems like it should limit the output to streams that "are" level 4, but that is not what happens.
This URL works correctly:
but if a level parameter is added, it returns something that looks like what should be returned from
streamids
instead ofstreams
:From the docs it would seem that
level=4
is not valid for thestreams
endpoint. If that is true, I think ringserver should error rather than output something from a different endpoint. Otherwise it is confusing as addinglevel=4
seems like it should limit the output to streams that "are" level 4, but that is not what happens.