Commit a8eb96e8 authored by Arun Kumar's avatar Arun Kumar
Browse files

getFormSubmissionCountByStatus added

1 merge request!12getFormSubmissionCountByStatus added
Showing with 5 additions and 0 deletions
+5 -0
......@@ -476,6 +476,11 @@ const endpoints = [
method: "post",
route: "/api/rest/getFormSubmissionsByCourseIdApplicantIdFormStatus",
requestBody: ["course_id", "applicant_id","form_status"]
},
{
method: "post",
route: "/api/rest/getFormSubmissionCountByStatus",
requestBody: ["formStatus","offsetNo", "limit"]
}
];
......
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