Get
...
Transcript
GET /ssp/api/1/person/{id}/goaltranscript
Returns
Parameters
status : ALL, ACTIVE, INACTIVE, DELETED
start : First result (0-based index) to return
limit : Maximum number of results to return
sort : Property name
sortDirection : Ascending/descending keyword (ASC/DESC or ASCENDING/DESCENDING)
Returns
Code Block |
---|
Code Block |
{"creditHoursForGPA" : "", "creditHoursEarned" : "", "creditHoursAttempted" : "", "totalQualityPoints" : "", "gradePointAverage" : "true", "terms" : [{"resultscode" : "100FA12", "rowscourses" : [{"createdBysubjectAbbreviation" : "", {"idnumber" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "firstNameformattedCourse" : "John", "lastNamesectionNumber" : "Doe"}, "createdDatetitle" : "1332216000000", "description" : "International.", "idgrade" : "6201b18d-9d1d-48d3-82d4-092e52ad676b", "modifiedBycreditEarned" : ""}, {"id"subjectAbbreviation" : "", "number" : "", "formattedCourse" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "firstNamesectionNumber" : "John", "lastNametitle" : "Doe"}, "modifiedDatedescription" : "1332216000000", "objectStatusgrade" : "ACTIVE", "namecreditEarned" : "Earn a 2.0 Fall Term"}, ... ]}, {"code" : "SP13", "confidentialityLevelcourses" : [{"idsubjectAbbreviation" : "c57f11e1-7ef2-4989-9ac2-7b0690563995", "namenumber" : "EVERYONE"}", "formattedCourse" : }"", { "createdByIdsectionNumber" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "createdDatetitle" : "1332216000000", "description" : "Graduate","", "grade" : "", "idcreditEarned" : "c57f11e1-7ef2-4989-9ac2-7b0690563995","}, {"modifiedByIdsubjectAbbreviation" : "91f46e39-cea8-422b-b215-00f6bcf5d280", "number" : "modifiedDate"", "formattedCourse" : "1332216000000", "objectStatussectionNumber" : "ACTIVE", "nametitle" : "Graduate", "confidentialityLeveldescription" : "", {"idgrade" : "c57f11e1-7ef2-4989-9ac2-7b0690563995", "namecreditEarned" : "EVERYONE"}, ... ]}, ... ] } |
Get a Goal
GET /ssp/api/1/person/{id}/goal/{id}
...