File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ endpoint:
210
210
get-school-reports-count :
211
211
url : ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/count?reportType=%s
212
212
get-student-reports-guid :
213
- url : ${GRAD_GRADUATION_REPORT_API}api/v2 /graduationreports/studentreportsbystudentid?reportType=%s&rowCount=%s
213
+ url : ${GRAD_GRADUATION_REPORT_API}api/v1 /graduationreports/studentreportsbystudentid?reportType=%s&rowCount=%s
214
214
archive-school-reports :
215
215
url : ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/archive?batchId=%s&reportType=%s
216
216
get-transcript-list :
@@ -230,7 +230,7 @@ endpoint:
230
230
get-certificate-types :
231
231
url : ${GRAD_GRADUATION_REPORT_API}api/v1/graduationreports/certificatetype/%s
232
232
get-school-reports-lite-by-report-type :
233
- url : ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/schoolreport /search?reportTypeCode=%s&isLight=true
233
+ url : ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/schoolreports /search?reportTypeCode=%s&isLight=true
234
234
delete-school-report :
235
235
url : ${GRAD_GRADUATION_REPORT_API}api/v2/graduationreports/schoolreports/%s/%s
236
236
delete-school-report-by-report-type-only :
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ endpoint:
190
190
get-certificate-types :
191
191
url : https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v1/graduationreports/certificatetype/%s
192
192
get-school-reports-lite-by-report-type :
193
- url : https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v1/graduationreports/schoolreport /search?reportTypeCode=%s&isLight=true
193
+ url : https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v1/graduationreports/schoolreports /search?reportTypeCode=%s&isLight=true
194
194
delete-school-report :
195
195
url : https://educ-grad-graduation-report-api-77c02f-dev.apps.silver.devops.gov.bc.ca/api/v2/graduationreports/schoolreports/%s/%s
196
196
delete-school-report-by-report-type-only :
You can’t perform that action at this time.
0 commit comments