Get Transcript Summary
GET /ssp/api/1/person/{id}/transcript/summary
Security
PERSON_TRANSCRIPT_READ
Returns
{"gpa" : {"creditHoursForGPA" : 15.00, "creditHoursEarned" : 15.00, "creditHoursAttempted" : 15.00, "totalQualityPoints" : 45.00, "gradePointAverage" : 3.00} "programs" : [{"degreeCode" : "BS", "degreeName" : "Bachelor of Science", "programCode" : "MAJ-BUS2346", "programName" : "Mathematics"}, ... ] }
Get Full Transcript
GET /ssp/api/1/person/{id}/transcript/full
Security
PERSON_TRANSCRIPT_READ
Returns
{"gpa" : {"creditHoursForGPA" : 15.00, "creditHoursEarned" : 15.00, "creditHoursAttempted" : 15.00, "totalQualityPoints" : 45.00, "gradePointAverage" : 3.00} "programs" : [{"degreeCode" : "BS", "degreeName" : "Bachelor of Science", "programCode" : "MAJ-BUS2346", "programName" : "Mathematics"}, ... ] "terms" : [{"code" : "FA12", "courses" : [{"subjectAbbreviation" : "MTH", "number" : "101", "formattedCourse" : "MTH-101", "sectionNumber" : "01", "title" : "College Algebra", "description" : "College level algebra for students entering an arts program", "grade" : "B-", "creditEarned" : "2.70"}, {"subjectAbbreviation" : "ACCT", "number" : "1000", "formattedCourse" : "ACCT1000", "sectionNumber" : "20", "title" : "Introduction to Accounting", "description" : "Introduction to basic accounting practices.", "grade" : "A", "creditEarned" : "4.00"}, ... ]}, {"code" : "SP13", "courses" : [{"subjectAbbreviation" : "BW", "number" : "103", "formattedCourse" : "BW-103", "sectionNumber" : "02", "title" : "Introduction to Basket Weaving", "description" : "In this class students will learn the fine techniques required in the modern basket-weaving industry.", "grade" : "A-", "creditEarned" : "3.70"}, {"subjectAbbreviation" : "ENG", "number" : "111", "formattedCourse" : "ENG111", "sectionNumber" : "A", "title" : "English Composition I", "description" : "Introduction to composition and writing techniques.", "grade" : "B", "creditEarned" : "3.00"}, ... ]}, ... ] }