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
Would it be possible to add pagination fields (like size and page) to all endpoints which are expected to return a list? i.e. endpoints like
Getting projects
Getting discussions
Getting tasks
etc...
Commonly these two fields would be in the query parameter, with size dictating maximum number of items in the response array and page indicating the offset of the results.
The text was updated successfully, but these errors were encountered:
Would it be possible to add pagination fields (like
size
andpage
) to all endpoints which are expected to return a list? i.e. endpoints likeetc...
Commonly these two fields would be in the query parameter, with
size
dictating maximum number of items in the response array andpage
indicating the offset of the results.The text was updated successfully, but these errors were encountered: