| Required role: | Admin |
| All Verbs | /resident_checks/download |
|---|
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
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-staging.abodehms.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{}
HTTP/1.1 200 OK
Content-Type: application/json
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-01T00:00:00.0000000","isUnderage":false}]