We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3582bad + 289e348 commit 3c12d71Copy full SHA for 3c12d71
api/src/main/resources/application.yaml
@@ -212,7 +212,7 @@ endpoint:
212
get-student-reports-guid:
213
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/studentreportsbystudentid?reportType=%s&rowCount=%s
214
archive-school-reports:
215
- url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/archive?batchId=%s&reportType=%s
+ url: ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/archive?batchId=%s&reportType=%s
216
get-transcript-list:
217
yearly:
218
url: ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/gettranscriptsfordistributionyearly
0 commit comments