Skip to content

Student GPA

PrasadChinwal edited this page Nov 5, 2024 · 1 revision

Request

AitsAzureStudentGpa::get(uin: 'xxxxxxxxx', termCode: 'xxxxxx', level: '4U');

Response

Uisits\AitsApi\Response\AzureStudentGpa\AzureStudentGpa {#664 ▼ // routes/web.php:82
  #_additional: []
  #_dataContext: null
  +queryUIN: "650547906"
  +queryTermCode: "420248"
  +queryLevelCode: "4U"
  +person: 
Uisits\AitsApi\Response
\
Person {#517 ▼
    #_additional: []
    #_dataContext: null
    +guid: "11202993"
    +pidm: "4916030"
    +uin: "650547906"
    +lastName: null
    +firstName: null
  }
  +termInstitutionalGpa: null
  +levelInstitutionalGpa: null
  +levelOverallGpa: 
Uisits\AitsApi\Response\AzureStudentGpa
\
Gpa {#676 ▼
    #_additional: []
    #_dataContext: null
    +guid: "4135318"
    +pidm: "4916030"
    +term: null
    +level: 
Uisits\AitsApi\Response\BasicLearner
\
Level {#528 ▼
      #_additional: []
      #_dataContext: null
      +code: "4U"
      +description: "Undergrad - Springfield"
    }
    +typeInd: "O"
    +hoursAttempted: 59.0
    +hoursPassed: 0.0
    +hoursEarned: 59.0
    +hours: 59.0
    +gpa: 3.559322034
    +activityDate: "2024-09-05"
  }
}

Clone this wiki locally