Open
Description
User Story
For the pagination in nodes, we need to add the filters in get nodes API response.
Response based on the sorting of nodes
Acceptance Criteria
- This should have this api working with these inputs.
- Should produce this output
Implementation Details
- In this file, add this function.
Definition of Done
- All things specified in User Story Acceptance Criteria should be fulfilled.
- All Exceptions are Handled Properly
- Ensure logs have no unnecessary data.
- Test coverage for the new feature is done to at least 70%
- If needed raise Docs PR and tag documentation.
- Swagger Documentation updated
- Smoke Test done.
- Ensure Build and Integration Pipelines are Green.
- PR has 2 approvers.
- All Code Review Comments are Resolved.
- README doc should be updated, if needed.