generated from RealDevSquad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
This is to extend the ability of the GET /tasks API from the backend to also support filtering by parameters passed as queries.
The functioning would be as follows:-
- If no query parameters passed i.e
limit or offsetthen the response will get all the tasks there are in the database or default to a no. of documents to return. - If query parameters
limit and offsetis passed then it would return all the documents which are created after the created time of the <task_object> whoseid = offset, plus would only returnnno. of documents wheren = limitand therefore would also work as a paginated API.
Metadata
Metadata
Assignees
Labels
No labels