Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CaseloadRecord
   - personId
   - schoolId
   - firstName
   - middleInitial
   - lastName
   - studentType
   - currentAppointmentStartDatecurrentAppointmentStartTime
   - numberOfEarlyAlerts - Count of the EAs associated with the student where earlyAlert.closedDate is null.
   - studentIntakeComplete

Code Block
{"success" : "true",
 "results" : "100",
 "rows" : 
    [{"personId" : "58ba5ee3-734e-4ae9-b9c5-943774b4de41",
      "schoolId" : 1293898,
      "firstName" : "Sally",
      "middleInitial" : null,
      "lastName" : "Student",
      "studentTypeName" : "Early Alert",
      "currentAppointmentStartDatecurrentAppointmentStartTime" : 1332216000000,
      "numberOfEarlyAlerts" : 2,
      "studentIntakeComplete" : true},
     {"personId" : "63d62297-bf08-496f-acf3-0c129d437c2b",
      "schoolId" : 3893748,
      "firstName" : "Bill",
      "middleInitial" : null,
      "lastName" : "Smith",
      "studentTypeName" : "Transfer",
      "currentAppointmentStartDatecurrentAppointmentStartTime" : null,
      "numberOfEarlyAlerts" : 0,
      "studentIntakeComplete" : true},
     ...
    ]
}

...

CaseloadRecord
   - personId
   - schoolId
   - firstName
   - middleInitial
   - lastName
   - studentType
   - currentAppointmentStartDatecurrentAppointmentStartTime
   - numberOfEarlyAlerts
   - studentIntakeComplete 

Code Block
{"success" : "true",
 "results" : "100",
 "rows" : 
    [{"personId" : "58ba5ee3-734e-4ae9-b9c5-943774b4de41",
      "schoolId" : 1293898,
      "firstName" : "Sally",
      "middleInitial" : null,
      "lastName" : "Student",
      "studentTypeName" : "Early Alert",
      "currentAppointmentStartDatecurrentAppointmentStartTime" : 1332216000000,
      "numberOfEarlyAlerts" : 2,
      "studentIntakeComplete" : true},
     {"personId" : "63d62297-bf08-496f-acf3-0c129d437c2b",
      "schoolId" : 3893748,
      "firstName" : "Bill",
      "middleInitial" : null,
      "lastName" : "Smith",
      "studentTypeName" : "Transfer",
      "currentAppointmentStartDatecurrentAppointmentStartTime" : null,
      "numberOfEarlyAlerts" : 0,
      "studentIntakeComplete" : true},
     ...
    ]
}