Commit 06b721c3 authored by Arun Kumar's avatar Arun Kumar
Browse files

added count apis for dasboard

1 merge request!16added count apis for dasboard
Showing with 19 additions and 1 deletion
+19 -1
......@@ -498,7 +498,25 @@ const endpoints = [
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"}}
{
method: "post",
route: "/api/rest/getApprovedSubmissionCount",
requestBody: ["round"]
}
{
method: "post",
route: "/api/rest/getRejectedSubmissionsCount",
requestBody: ["round"]
}
{
method: "post",
route: "/api/rest/getInProgressSubmissionCount",
requestBody: ["round"]
}
];
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