significant_events
Get stream queries
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/streams/{name}/queries</span></div>Refer to Spaces for more information.
Fetches all queries linked to a stream that are visible to the current user in the current space.<br/><br/>[Required authorization] Route required privileges: read_stream.
get/api/streams/{name}/queries
Path parameters
namestring required
The name of the stream.
Request body
Response
List of queries linked to the stream.
Changes
Changed in 1 of the 92 revisions of this API.11
- ▲
removed
subschema #2from the request bodyanyOflistrequest-body-any-of-removed
- ○
the request's body became nullable
request-body-became-nullable
- ▲