Unverified Commit 3a18c400 authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

Merge pull request #12 from arun1205/main

getFormSubmissionCountByStatus added
No related merge requests found
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