Get all as full
Note: LOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
GET
Path
/qrs/[type]/full?filter={filter}&orderby={orderby}&privileges={appendPrivileges}
Description
Get the full version of all entities of a specific [type].
Optional parameters:
- Filter the returned entities
- Sort the returned entities
- Add privileges to the returned entities
Example:
GET qrs/stream/full: Return a list of all streams in full format.
Body
-
Return value
List<[type]>
Optional parameters
-
{filter}: See Filtering.
-
{orderBy}: See Sorting.
-
{appendPrivileges}: See Adding privileges.
Example: Get all server node configurations in full format
This example shows how to get all server node configurations in full format.