Mars
08/31/2022, 8:08 PMGET /collection
to list all members of a collection, such as GET /api/flow_runs/
. However, the server, OpenAPI spec, and example at http://localhost:4200/docs#/ say that I must supply an id to the collection, such as GET /api/flow_runs/1234
. What the correct way to fetch the full list of collection members?http POST <http://localhost:4200/api/flow_runs/filter>
Probably a documentation bug.