...
Get All Courses Where I'm an Instructor
Returns all courses that the person is teaching for the current term.
GET /ssp/api/1/person/{idfacultySchoolId}/instruction/course
Returns
List<ExternalCourseTO>
Code Block |
---|
{"success" : "true", "results" : "100", "rows" : [{"createdByformattedCourse" : {"id" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "MTH101" "firstNametitle" : "John", "lastName" : "Doe"}, College Algebra"}, "createdDate" : "1332216000000", "description" : "International.", "id" : "6201b18d-9d1d-48d3-82d4-092e52ad676b", "modifiedBy" : {"id{"formattedCourse" : "91f46e39-cea8-422b-b215-00f6bcf5d280", ACC101" "firstNametitle" : "John",Introduction "lastName" : "Doeto Accounting"}, "modifiedDate" : "1332216000000", "objectStatus" : "ACTIVE", "name" : "Earn a 2.0 Fall Term", "confidentialityLevel" : {"id" : "c57f11e1-7ef2-4989-9ac2-7b0690563995", "name" : "EVERYONE"} }, {"createdById" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "createdDate" : "1332216000000", "description" : "Graduate", "id" : "c57f11e1-7ef2-4989-9ac2-7b0690563995", "modifiedById" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "modifiedDate" : "1332216000000", "objectStatus" : "ACTIVE", "name" : "Graduate", "confidentialityLevel" : {"id" : "c57f11e1-7ef2-4989-9ac2-7b0690563995", "name" : "EVERYONE"} }, ... ] } |
Get the Course Roster for a Course I'm Instructing
Returns all students on the specified course for the current term.
GET /ssp/api/1/person/{idfacultySchoolId}/instruction/course/{idformattedCourse}/roster
Returns
List<Person>List<ExternalPersonLiteTO>
Code Block |
---|
{"createdBysuccess" : "true", {"idresults" : "91f46e39-cea8-422b-b215-00f6bcf5d280100", "firstNamerows" : "John", [{"lastNameschoolId" : "Doeuu351764"}, "createdDatefirstName" : "1332216000000James", "description" : "Naturalized Citizen.", "idmiddleName" : "c57f11e1-7ef2-4989-9ac2-7b0690563995Ryan", "modifiedBy" : {"idlastName" : "91f46e39-cea8-422b-b215-00f6bcf5d280"Doe"}, {"firstNameschoolId" : "Johnuu341232", "lastNamefirstName" : "DoeJane"}, "modifiedDate" : "1332216000000", "objectStatusmiddleName" : "ACTIVELee", "name" : "Earn a 2.0 Fall Term", "confidentialityLevellastName" : {"idSmith"}, : "c57f11e1-7ef2-4989-9ac2-7b0690563995", ... "name" : "EVERYONE"}] } |