Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Get Transcript Summary


GET /ssp/api/1/person/{id}/transcript/summary

Security

PERSON_TRANSCRIPT_READ

Returns

{"gpa" :
{"schoolId":"0123456", 
    "creditHoursForGPA" : 15.00,
    "creditHoursAttempted" : 15.00,
    "totalQualityPoints" : 45.00,
    "gradePointAverage" : 3.00
    "creditHoursEarned" : 15.00,
    "creditCompletionRate":100.00,
    "creditHoursNotCompleted":0.00,
    "currentRestrictions":"None",
    "academicStanding":"Good",
    "gpaTrendIndicator":"Up"},
 "programs" :
   [{"degreeCode" : "BS",
     "degreeName" : "Bachelor of Science",
     "programCode" : "MAJ-BUS2346",
     "programName" : "Mathematics"
     "intendedProgramAtAdmit":"Bachelor of science in Applied Physics"}],
"financialAid":
{"schoolId":"jgarcia35",
     "financialAidGpa":1.79,
     "gpa20BHrsNeeded":6.00,
     "gpa20AHrsNeeded":6.00,
     "neededFor67PtcCompletion":3.00,
     "currentYearFinancialAidAward":"Y",
     "sapStatus":"Y",
     "fafsaDate":"2012-08-20",
     "financialAidRemaining":1257.00,
     "originalLoanAmount":4550.00,
     "remainingLoanAmount":3293.00,
     "balanceOwed":0.00}
}

Get Full Transcript

GET /ssp/api/1/person/{id}/transcript/full

Security

PERSON_TRANSCRIPT_READ

Returns

{"gpa" :
{"schoolId":"0123456", 
    "creditHoursForGPA" : 15.00,
    "creditHoursAttempted" : 15.00,
    "totalQualityPoints" : 45.00,
    "gradePointAverage" : 3.00
    "creditHoursEarned" : 15.00,
    "creditCompletionRate":100.00,
    "creditHoursNotCompleted":0.00,
    "currentRestrictions":"None",
    "academicStanding":"Good",
    "gpaTrendIndicator":"Up"},
 "programs" :
   [{"degreeCode" : "BS",
     "degreeName" : "Bachelor of Science",
     "programCode" : "MAJ-BUS2346",
     "programName" : "Mathematics"
     "intendedProgramAtAdmit":"Bachelor of science in Applied Physics"}],
"financialAid":
{"schoolId":"jgarcia35",
     "financialAidGpa":1.79,
     "gpa20BHrsNeeded":6.00,
     "gpa20AHrsNeeded":6.00,
     "neededFor67PtcCompletion":3.00,
     "currentYearFinancialAidAward":"Y",
     "sapStatus":"Y",
     "fafsaDate":"2012-08-20",
     "financialAidRemaining":1257.00,
     "originalLoanAmount":4550.00,
     "remainingLoanAmount":3293.00,
     "balanceOwed":0.00}
 "terms" : 
    [{"code" : "FA12",
      "courses" :
        [{"schoolId":"0123456"
          "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"},
          "termCode":"FA12",
          "creditType":"Institutional",
          "sectionCode":null,
          "audited":null,
          "statusCode":null,
          "firstName":"Mike",
          "lastName":"Student",
          "middleName":"L"},
          "facultySchoolId":"dwilson220",
          "facultyName":null}, 
         {"subjectAbbreviation" : "ACCT",
          "number" : "1000",
          "formattedCourse" : "ACCT1000",
          "sectionNumber" : "20",
          "title" : "Introduction to Accounting",
          "description" : "Introduction to basic accounting practices.",
          "grade" : "A",
          "creditEarned" : "4.00"},
          "termCode":"FA12",
          "creditType":"Institutional",
          "sectionCode":null,
          "audited":null,
          "statusCode":null,
          "firstName":"Mike",
          "lastName":"Student",
          "middleName":"L"},
          "facultySchoolId":"dwilson220",
          "facultyName":null},  ]},
     {"code" : "SP13",
      "courses" :
        [{"schoolId":"0123456"
          "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"},
          "termCode":"SP13",
          "creditType":"Institutional",
          "sectionCode":null,
          "audited":null,
          "statusCode":null,
          "firstName":"Mike",
          "lastName":"Student",
          "middleName":"L"}, 
          "facultySchoolId":"dwilson220",
          "facultyName":null}, 
       [{"schoolId":"0123456"
          "subjectAbbreviation" : "ENG",
          "number" : "111",
          "formattedCourse" : "ENG111",
          "sectionNumber" : "A",
          "title" : "English Composition I",
          "description" : "Introduction to composition and writing techniques.",
          "grade" : "B",
          "creditEarned" : "3.00"},
          "termCode":"SP13",
          "creditType":"Institutional",
          "sectionCode":null,
          "audited":null,
          "statusCode":null,
          "firstName":"Mike",
          "lastName":"Student",
          "middleName":"L",
          "facultySchoolId":"dwilson220",
          "facultyName":null}}]
}
  • No labels