BlocklyProp icon indicating copy to clipboard operation
BlocklyProp copied to clipboard

Call to list private projects is missing sort parameter

Open zfi opened this issue 6 years ago • 3 comments

The BlocklyProp server is logging a warning that the sort parameter is missing in the GET request to the /rest/project/list/ endpoint. The server is defaulting the sort order to project name.

Please check the call(s) to the endpoint to ensure that all of the parameters are supplied.

  • Sort by column [n]
  • Sort order [asc, desc]
  • Limit [max number of projects to return]
  • Offset [where to start in the overall list]

zfi avatar Feb 13 '19 06:02 zfi