We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7a9b9 commit 59e1804Copy full SHA for 59e1804
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -634,11 +634,11 @@ qx.Class.define("osparc.data.Resources", {
634
},
635
getPage: {
636
method: "GET",
637
- url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}"
+ url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}&order_by={orderBy}"
638
639
getPageSearch: {
640
641
- url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}&search={text}"
+ url: statics.API + "/functions?include_extras=true&offset={offset}&limit={limit}&search={text}&order_by={orderBy}"
642
643
create: {
644
method: "POST",
0 commit comments