generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 48
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 offset
then 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 offset
is passed then it would return all the documents which are created after the created time of the <task_object> whoseid = offset
, plus would only returnn
no. of documents wheren = limit
and therefore would also work as a paginated API.
Metadata
Metadata
Assignees
Labels
No labels