DELETE
/api/v1/graduationreports/updateschoolreport
UPDATE_GRAD_STUDENT_REPORT_DATA
deleteSchoolReport()
GET
/api/v1/graduationreports/updateschoolreport
UPDATE_GRAD_STUDENT_REPORT_DATA
updateSchoolReport()
POST
/api/v1/graduationreports/schoolreport
UPDATE_GRAD_STUDENT_REPORT_DATA
saveSchoolReport()
GET
/api/v1/graduationreports/certificate/{certificateTypeCode}
READ_GRAD_STUDENT_CERTIFICATE_DATA
getStudentCertificate()
GET
/api/v1/graduationreports/report/{reportTypeCode}
READ_GRAD_STUDENT_REPORT_DATA
getStudentReport()
GET
/api/v1/graduationreports/studentreport
READ_GRAD_STUDENT_REPORT_DATA
getStudentReportByType()
DELETE
/api/v1/graduationreports/studentreport/{studentID}
DELETE_STUDENT_REPORT
deleteStudentReportByType()
POST
/api/v1/graduationreports/studentreports
READ_GRAD_STUDENT_REPORT_DATA
processStudentReports()
GET
/api/v1/graduationreports/studentcertificate/{studentID}
READ_GRAD_STUDENT_CERTIFICATE_DATA
getAllStudentCertificateList()
GET
/api/v1/graduationreports/studentcertificate
READ_GRAD_STUDENT_CERTIFICATE_DATA
getStudentCertificateByType()
GET
/api/v1/graduationreports/studenttranscript/{studentID}
READ_GRAD_STUDENT_REPORT_DATA
getAllStudentTranscriptList()
POST
/api/v1/graduationreports/getstudentsforschoolyearendreport
READ_GRAD_STUDENT_CERTIFICATE_DATA
getSchoolYearEndReportGradStudentData()
GET
/api/v1/graduationreports/getstudentsforschoolyearendreport
READ_GRAD_STUDENT_CERTIFICATE_DATA
getSchoolYearEndReportGradStudentData()
GET
/api/v1/graduationreports/getstudentsforschoolreport
READ_GRAD_STUDENT_CERTIFICATE_DATA
getSchoolReportGradStudentData()
GET
/api/v1/graduationreports/gettranscriptsandreportsforposting
READ_GRAD_STUDENT_REPORT_DATA
getAllStudentTranscriptAndReportsPosting()
GET
/api/v1/graduationreports/studenttranscript
READ_GRAD_STUDENT_REPORT_DATA
getStudentTranscriptByType()
GET
/api/v1/graduationreports/studentcredential
UPDATE_GRAD_STUDENT_REPORT_DATA
updateStudentCredential()
GET
/api/v1/graduationreports/studentcredential/posting
UPDATE_GRAD_STUDENT_REPORT_DATA
updateStudentCredentialPosting()
POST
/api/v1/graduationreports/userrequest/{credentialType}
READ_GRAD_STUDENT_CERTIFICATE_DATA
getStudentCredentialsForUserRequestDisRun()
DELETE
/api/v1/graduationreports/archiveachievement/{studentID}
UPDATE_GRAD_STUDENT_CERTIFICATE_DATA UPDATE_GRAD_STUDENT_REPORT_DATA
archiveAllStudentAchievements()
GET
/api/v1/graduationreports/schoolreport
READ_GRAD_STUDENT_REPORT_DATA
getSchoolReportByMincodeAndReportType()
GET
/api/v1/graduationreportsbusiness/studentcredential/{studentID}/{type}
READ_GRAD_STUDENT_REPORT_DATA
getStudentCredentialByType()
POST
/api/v1/graduationreports/studentreport
UPDATE_GRAD_STUDENT_REPORT_DATA
saveStudentReport()
GET
/api/v1/graduationreports/studentcertificates
READ_GRAD_STUDENT_CERTIFICATE_DATA
getStudentCertificates()
GET
/api/v1/graduationreports/check-sccp-certificate-exists
READ_GRAD_STUDENT_CERTIFICATE_DATA
existsStudentCertificateForSCCP()
POST
/api/v1/graduationreports/studentcertificate
UPDATE_GRAD_STUDENT_CERTIFICATE_DATA
saveStudentCertificate()
POST
/api/v1/graduationreports/studenttranscript
UPDATE_GRAD_STUDENT_REPORT_DATA
saveStudentTranscript()
GET
/api/v1/graduationreports/studentreport/{studentID}
READ_GRAD_STUDENT_REPORT_DATA
getAllStudentReportsList()
DELETE
/api/v1/graduationreports/studentachievement/{studentID}
UPDATE_GRAD_STUDENT_CERTIFICATE_DATA UPDATE_GRAD_STUDENT_REPORT_DATA
deleteAllStudentAchievements()
GET
/api/v1/graduationreports/getcertificatesfordistribution
READ_GRAD_STUDENT_CERTIFICATE_DATA
getAllStudentCertificateDistribution()
GET
/api/v1/graduationreports/gettranscriptsfordistributionyearly
READ_GRAD_STUDENT_REPORT_DATA
getAllStudentTranscriptYearlyDistribution()
GET
/api/v1/graduationreports/gettranscriptsfordistribution
READ_GRAD_STUDENT_REPORT_DATA
getAllStudentTranscriptDistribution()
GET
/api/v1/graduationreportspsi/studenttranscript/{studentID}
READ_GRAD_STUDENT_REPORT_DATA
getStudentTranscriptByTypeID()
POST
/api/v1/graduationreports/userrequest/notyetdistributed/{credentialType}
READ_GRAD_STUDENT_CERTIFICATE_DATA
getStudentCredentialsForUserRequestDisRunWithNullDistributionDate()
GET
/api/v1/graduationreports/schoolreport/{mincode}
READ_GRAD_STUDENT_REPORT_DATA
getAllSchoolReportsList()
GET
/api/v1/graduationreports/schoolreport/type/{reportType}
READ_GRAD_STUDENT_REPORT_DATA
getSchoolReportsListByReportType()
POST
/api/v1/graduationreports/count
READ_GRAD_STUDENT_REPORT_DATA
getReportsCount()
POST
/api/v1/graduationreports/studentreportsbystudentid
READ_GRAD_STUDENT_REPORT_DATA
getStudentIDsByIdentityAndReportType()
POST
/api/v1/graduationreports/archive
ARCHIVE_SCHOOL_REPORT
archiveReports()
POST
/api/v1/graduationreports/delete
DELETE_STUDENT_REPORT
deleteReports()
GET
/api/v1/graduationreports/certificatetype
READ_GRAD_CERTIFICATE_CODE_DATA
getAllCertificateTypeCodeList()
GET
/api/v1/graduationreports/certificatetype/{certTypeCode}
READ_GRAD_CERTIFICATE_CODE_DATA
getSpecificCertificateTypeCode()
POST
/api/v1/graduationreports/certificatetype
CREATE_GRAD_CERTIFICATE_CODE_DATA
createGradCertificateTypes()
PUT
/api/v1/graduationreports/certificatetype
UPDATE_GRAD_CERTIFICATE_CODE_DATA
updateGradCertificateTypes()
DELETE
/api/v1/graduationreports/certificatetype/{certTypeCode}
DELETE_GRAD_CERTIFICATE_CODE_DATA
deleteGradCertificateTypes()
GET
/api/v1/graduationreports/reporttype
READ_GRAD_REPORT_CODE_DATA
getAllReportTypeCodeList()
GET
/api/v1/graduationreports/reporttype/{reportTypeCode}
READ_GRAD_REPORT_CODE_DATA
getSpecificReportTypeCode()
POST
/api/v1/graduationreports/reporttype
CREATE_GRAD_REPORT_CODE_DATA
createGradReportTypes()
PUT
/api/v1/graduationreports/reporttype
UPDATE_GRAD_REPORT_CODE_DATA
updateGradReportTypes()
DELETE
/api/v1/graduationreports/reporttype/{reportTypeCode}
DELETE_GRAD_REPORT_CODE_DATA
deleteGradReportTypes()
POST
/api/v1/graduationreports/programcertificates
READ_GRAD_CERTIFICATE_CODE_DATA
getProgramCertificateList()
GET
/api/v1/graduationreports/transcripttype
READ_GRAD_TRANSCRIPT_CODE_DATA
getAllTranscriptTypeCodeList()
GET
/api/v1/graduationreports/transcripttype/{tranTypeCode}
READ_GRAD_TRANSCRIPT_CODE_DATA
getSpecificTranscriptTypeCode()
GET
/api/v1/graduationreports/allprogramcertificates
READ_GRAD_CERTIFICATE_CODE_DATA READ_GRAD_TRANSCRIPT_CODE_DATA
getAllProgramCertificateTranscriptList()
GET
/api/v1/graduationreports/documentstatus
READ_GRAD_DOCUMENT_STATUS_CODE_DATA
getAllDocumentStatusCodeList()
GET
/api/v1/graduationreports/documentstatus/{documentStatusCode}
READ_GRAD_DOCUMENT_STATUS_CODE_DATA
getSpecificDocumentStatusCode()
POST
/api/v1/graduationreports/programtranscripts
READ_GRAD_REPORT_CODE_DATA
getProgramTranscript()