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 209b266 commit b8070faCopy full SHA for b8070fa
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -363,6 +363,10 @@ qx.Class.define("osparc.data.Resources", {
363
method: "GET",
364
url: statics.API + "/computations/{studyId}/iterations/latest/tasks?offset={offset}&limit={limit}"
365
},
366
+ getPageHistory: {
367
+ method: "GET",
368
+ url: statics.API + "/computations/{studyId}/iterations?offset={offset}&limit={limit}"
369
+ },
370
}
371
372
"folders": {
0 commit comments