...
Returns
EarlyAlert
Code Block |
---|
{"success":"true", "message":"","results":1, "rows": [{"id":"84ace006-1a36-4acc-83a7-2d87abfcf3c2", "createdDate":1347964903568, "createdBy": {"id":"f02058a4-76e5-4d06-97d2-97d13db0505e", "firstName":"Demo", "lastName":"Coach18"}, "modifiedDate":1348220503568, "modifiedBy": {"id":"f02058a4-76e5-4d06-97d2-97d13db0505e", "firstName":"Demo", "lastName":"Coach18"}, "objectStatus":"ACTIVE", "courseName":"ENG055", "courseTitle":"College ReadingI", "courseTermCode":"FA12", "emailCC":null, "campusId":"0a640a2a-409d-1271-8140-d10a51770117", "earlyAlertReasonOtherDescription":null, "earlyAlertSuggestionOtherDescription":null, "comment":"Do to lack of attendance and low test scores, he should consider withdrawing from this class.", "personId":"284c2248-87cd-342e-0c77-d36444ea3b9b", "closedDate":null, "closedById":null, "closedByName":null, "noOfResponses":1, "earlyAlertReasonIds": [{"id":"b2d112b8-5056-a51a-8067-1fda2849c3e5", "createdDate":1336003200000, "createdBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName":"System", "lastName":"Administrator"}, "modifiedDate":1336003200000, "modifiedBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41"," firstName":"System", "lastName":"Administrator"}, "objectStatus":"ACTIVE", "name":"Excessive Absences", "description":"Excessive Absences", "sortOrder":2}], "earlyAlertSuggestionIds": [{"id":"b2d111ed-5056-a51a-8046-5291453e8720", "createdDate":1336003200000, "createdBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName":"System", "lastName":"Administrator"}, "modifiedDate":1336003200000, "modifiedBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName":"System", "lastName":"Administrator"}, "objectStatus":"ACTIVE", "name":"Withdraw", "description":"", "sortOrder":8}], "sendEmailToStudent":false} ] } |
Create an Early Alert
POST /ssp/api/1/person/{id}/earlyAlert
...
Returns
EarlyAlert
Code Block |
---|
{"success":"true", "message":"","results":1, "rows": [{"id":"84ace006-1a36-4acc-83a7-2d87abfcf3c2", "createdDate":1347964903568, "createdBy": {"id":"f02058a4-76e5-4d06-97d2-97d13db0505e", "firstName":"Demo", "lastName":"Coach18"}, "modifiedDate":1348220503568, "modifiedBy": {"id":"f02058a4-76e5-4d06-97d2-97d13db0505e", "firstName":"Demo", "lastName":"Coach18"}, "objectStatus":"ACTIVE", "courseName":"ENG055", "courseTitle":"College ReadingI", "courseTermCode":"FA12", "emailCC":null, "campusId":"0a640a2a-409d-1271-8140-d10a51770117", "earlyAlertReasonOtherDescription":null, "earlyAlertSuggestionOtherDescription":null, "comment":"Do to lack of attendance and low test scores, he should consider withdrawing from this class.", "personId":"284c2248-87cd-342e-0c77-d36444ea3b9b", "closedDate":null, "closedById":null, "closedByName":null, "noOfResponses":1, "earlyAlertReasonIds": [{"id":"b2d112b8-5056-a51a-8067-1fda2849c3e5", "createdDate":1336003200000, "createdBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName":"System", "lastName":"Administrator"}, "modifiedDate":1336003200000, "modifiedBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41"," firstName":"System", "lastName":"Administrator"}, "objectStatus":"ACTIVE", "name":"Excessive Absences", "description":"Excessive Absences", "sortOrder":2}], "earlyAlertSuggestionIds": [{"id":"b2d111ed-5056-a51a-8046-5291453e8720", "createdDate":1336003200000, "createdBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName":"System", "lastName":"Administrator"}, "modifiedDate":1336003200000, "modifiedBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName":"System", "lastName":"Administrator"}, "objectStatus":"ACTIVE", "name":"Withdraw", "description":"", "sortOrder":8}], "sendEmailToStudent":false} ] } |
Save an Early Alert
PUT /ssp/api/1/person/{id}/earlyAlert/{id}
Security
PERSON_EARLY_ALERT_WRITE
Sample Post
...
PERSON_EARLY_ALERT_WRITE
Sample Post
Code Block |
---|
{"id":"84ace006-1a36-4acc-83a7-2d87abfcf3c2",
"createdDate":1347964903568,
"createdBy":
{"id":"f02058a4-76e5-4d06-97d2-97d13db0505e",
"firstName":"Demo",
"lastName":"Coach18"},
"modifiedDate":1348220503568,
"modifiedBy":
{"id":"f02058a4-76e5-4d06-97d2-97d13db0505e",
"firstName":"Demo",
"lastName":"Coach18"},
"objectStatus":"ACTIVE",
"courseName":"ENG055",
"courseTitle":"College ReadingI",
"courseTermCode":"FA12",
"emailCC":null,
"campusId":"0a640a2a-409d-1271-8140-d10a51770117",
"earlyAlertReasonOtherDescription":null,
"earlyAlertSuggestionOtherDescription":null,
"comment":"Do to lack of attendance and low test scores, he should consider withdrawing from this class.",
"personId":"284c2248-87cd-342e-0c77-d36444ea3b9b",
"closedDate":null,
"closedById":null,
"closedByName":null,
"noOfResponses":1,
"earlyAlertReasonIds":
[{"id":"b2d112b8-5056-a51a-8067-1fda2849c3e5",
"createdDate":1336003200000,
"createdBy":
{"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41",
"firstName":"System",
"lastName":"Administrator"},
"modifiedDate":1336003200000,
"modifiedBy":
{"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41","
firstName":"System",
"lastName":"Administrator"},
"objectStatus":"ACTIVE",
"name":"Excessive Absences",
"description":"Excessive Absences",
"sortOrder":2}],
"earlyAlertSuggestionIds":
[{"id":"b2d111ed-5056-a51a-8046-5291453e8720",
"createdDate":1336003200000,
"createdBy":
{"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41",
"firstName":"System",
"lastName":"Administrator"},
"modifiedDate":1336003200000,
"modifiedBy":
{"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41",
"firstName":"System",
"lastName":"Administrator"},
"objectStatus":"ACTIVE",
"name":"Withdraw",
"description":"",
"sortOrder":8}],
"sendEmailToStudent":false}
]
} |
Returns
EarlyAlert
Code Block |
---|
{"success":"true", "message":"","results":1, "rows": [{"id":"84ace006-1a36-4acc-83a7-2d87abfcf3c2", "createdDate":1347964903568, "createdBy": {"id":"f02058a4-76e5-4d06-97d2-97d13db0505e", "firstName":"Demo", "lastName":"Coach18"}, "modifiedDate":1348220503568, "modifiedBy": {"id":"f02058a4-76e5-4d06-97d2-97d13db0505e", "firstName":"Demo", "lastName":"Coach18"}, "objectStatus":"ACTIVE", "courseName":"ENG055", "courseTitle":"College ReadingI", "courseTermCode":"FA12", "emailCC":null, "campusId":"0a640a2a-409d-1271-8140-d10a51770117", "earlyAlertReasonOtherDescription":null, "earlyAlertSuggestionOtherDescription":null, "comment":"Do to lack of attendance and low test scores, he should consider withdrawing from this class.", "personId":"284c2248-87cd-342e-0c77-d36444ea3b9b", "closedDate":null, "closedById":null, "closedByName":null, "noOfResponses":1, "earlyAlertReasonIds": [{"id":"b2d112b8-5056-a51a-8067-1fda2849c3e5", "createdDate":1336003200000, "createdBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName":"System", "lastName":"Administrator"}, "modifiedDate":1336003200000, "modifiedBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41"," firstName":"System", "lastName":"Administrator"}, "objectStatus":"ACTIVE", "name":"Excessive Absences", "description":"Excessive Absences", "sortOrder":2}], "earlyAlertSuggestionIds": [{"id":"b2d111ed-5056-a51a-8046-5291453e8720", "createdDate":1336003200000, "createdBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName":"System", "lastName":"Administrator"}, "modifiedDate":1336003200000, "modifiedBy": {"id":"58ba5ee3-734e-4ae9-b9c5-943774b4de41", "firstName":"System", "lastName":"Administrator"}, "objectStatus":"ACTIVE", "name":"Withdraw", "description":"", "sortOrder":8}], "sendEmailToStudent":false} ] } |
Delete an Early Alert
DELETE /ssp/api/1/person/{id}/earlyAlert/{id}
...