You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
please increase pagination limit to 150, as now there are usually more then 100 students in one class so it would need two fetch requests to the API to fetch the result of 105 students. which could have been done in one.
api/result/student?branch=cse&roll=18%&limit=150
also can there be an api endpoint to fetch the results of a class like..
api/result/student?branch=cse&year=2018
current hack is..
api/result/student?branch=cse&roll=18%
which works perfectly fine but.
The text was updated successfully, but these errors were encountered:
please increase pagination limit to 150, as now there are usually more then 100 students in one class so it would need two fetch requests to the API to fetch the result of 105 students. which could have been done in one.
api/result/student?branch=cse&roll=18%&limit=150
also can there be an api endpoint to fetch the results of a class like..
api/result/student?branch=cse&year=2018
current hack is..
api/result/student?branch=cse&roll=18%
which works perfectly fine but.
The text was updated successfully, but these errors were encountered: