| Required role: | Admin |
| All Verbs | /resident_checks/download |
|---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST //resident_checks/download HTTP/1.1
Host: api.lsu.abodehms.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
[
{
studentId: 0,
residentId: 0,
firstName: String,
lastName: String,
wingId: 0,
wingName: String,
roomId: 0,
roomName: String,
position: String,
curfew: String,
hasCheck: 0,
leave: 0,
leaveId: 0,
lateLeave: 0,
lateLeaveId: 0,
lateLeaveDt: 0001-01-01,
isUnderage: False
}
]