AbodeONE

<back to all web services

DownloadCurrentResidentsForCheck

Requires Authentication
Required role:Admin
The following routes are available for this service:
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

HTTP + 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-staging.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
	}
]