Commit 3caaeae9 authored by Arun Kumar's avatar Arun Kumar
Browse files

added getFormSubmissionsByApplicantIdFormStatus

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