Commit 7d0c80ba authored by Arun Kumar's avatar Arun Kumar
Browse files

added getOGAFormsCountByRoundAndFormStatus

1 merge request!18added getOGAFormsCountByRoundAndFormStatus
Showing with 5 additions and 0 deletions
+5 -0
......@@ -514,6 +514,11 @@ const endpoints = [
method: "post",
route: "/api/rest/getInProgressSubmissionCount",
requestBody: ["round"]
},
{
method: "post",
route: "/api/rest/getOGAFormsCountByRoundAndFormStatus",
requestBody: ["round","formStatus"]
}
......
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