Notes API
Get Student Notes
Returns all notes for a student. Defaults to only students with an active program status. Provides a view specific caseload record object as a container for simplicity and minimal data exchange.
GET /ssp/api/1/person/{uuid}/note
Security
PERSON_LEGACY_REMARK_READ
[ {"code":"jrobinson212-1", "schoolId":"jrobinson212", "noteType":"Police Reports", "author":"John Q Law", "department":"Campus Police", "dateNoteTaken":"2013-07-02", "note":"Several interactions with this student"}, {"code":"jrobinson212-2", "schoolId":"jrobinson212", "noteType":"Admissions", "author":"Cindy Smith", "department":"Office of Admissions", "dateNoteTaken":"2013-07-03", "note":"Student is considering Engineering and Physics"} ]