Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API contract for GET /tasks to get tasks based status #87

Open
ivinayakg opened this issue Aug 11, 2022 · 0 comments
Open

API contract for GET /tasks to get tasks based status #87

ivinayakg opened this issue Aug 11, 2022 · 0 comments

Comments

@ivinayakg
Copy link
Contributor

Right now when we try to get tasks through the GET /tasks API we get all of them regardless of what is the status of them.
So we need to add a query param status to our endpoint so that we can filter the data based on the status of the tasks on the backend only and then use it in any manner we would like to do so.

@ivinayakg ivinayakg changed the title API contract for GET /tasks to get tasks based on query params API contract for GET /tasks to get tasks based status Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant