Registration Status API

Overview

Methods for returning information about term registration and payment for students.  These APIs are called from the Person Search and Main Tool

 

Get All Term, Payment and Registered Course Count

Returns all terms, payment and registered course count for a student.

GET ssp/api/1/person/{personId}/registrationStatusByTerm

Security

PERSON_READ

Returns

{success: "true",
message: "",
results: 2,
rows: 
{
   schoolId:123,
   termCode:SP14,
   tuitionPaid:Y,
   registeredCourseCount:10
},
{
   schoolId:123,
   termCode:SP15,
   tuitionPaid:N,
   registeredCourseCount:10
}