Commit 0c6e1714 authored by Arun Kumar's avatar Arun Kumar
Browse files

added filterSubmittedFormByRound

1 merge request!15added filterSubmittedFormByRound
Showing with 6 additions and 1 deletion
+6 -1
......@@ -491,9 +491,14 @@ const endpoints = [
method: "post",
route: "/api/rest/searchDashboardForms",
requestBody: ["searchString","offsetNo","limit"]
},
{
method: "post",
route: "/api/rest/filterSubmittedFormByRound",
requestBody: ["param","offsetNo","limit"]
}
//{"round":{"_eq":1},"form_status":{"_eq":"Inspection Scheduled"},"institute":{"district":{"_eq":"Barabanki"}},"submitted_on":{"_gte":"10/12/2023", "_lte":"12/12/2023"}}
];
export default endpoints;
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment