AbodeONE

<back to all web services

FindAttendanceScans

Requires Authentication
Required role:Admin
The following routes are available for this service:
GET/attendance_scans
FindAttendanceScans Parameters:
NameParameterData TypeRequiredDescription
EventIdqueryint?No
StudentIdqueryint?No
Schoolidqueryint?No
ScanDatequeryDateTime?No
StartDatequeryDateTime?No
EndDatequeryDateTime?No
IncludeCanceledqueryboolNo
ExcludeDuplicatesqueryboolNo
IncludeUnfoundStudentsqueryboolNo
HasNullEventIdqueryboolNo
FindAttendanceScansResponse Parameters:
NameParameterData TypeRequiredDescription
ResultsformList<AttendanceScanDTO>No
ResponseStatusformResponseStatusNo
AttendanceScanDTO Parameters:
NameParameterData TypeRequiredDescription
AttendanceScanIdformintNo
StudentIdformint?No
EventIdformint?No
TargetModuleformstringNo
RawScanCodeformstringNo
SchoolIdformstringNo
ScanDtformDateTime?No
ScannerCodeformstringNo
MobileSrcCodeformstringNo
ScannedByformstringNo
Creditsformint?No
MetatagsformstringNo
IsRosterFoundformboolNo
IsApprovedformboolNo
IsManualEntryformboolNo
FirstNameformstringNo
LastNameformstringNo
DisplayNameformstringNo
NotesformstringNo
UploadDtformDateTime?No
GenderformstringNo
EthnicityformstringNo
EntryYearformstringNo
BuildingNameformstringNo
RoomformstringNo
HomeStateformstringNo
HomeCountryformstringNo
EventNameformstringNo
ClassificationformstringNo
MajorformstringNo

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.

GET //attendance_scans HTTP/1.1 
Host: api.lsu.abodehms.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	results: 
	[
		{
			attendanceScanId: 0,
			studentId: 0,
			eventId: 0,
			targetModule: String,
			rawScanCode: String,
			schoolId: String,
			scanDt: 0001-01-01,
			scannerCode: String,
			mobileSrcCode: String,
			scannedBy: String,
			credits: 0,
			metatags: String,
			isRosterFound: False,
			isApproved: False,
			isManualEntry: False,
			firstName: String,
			lastName: String,
			displayName: String,
			notes: String,
			uploadDt: 0001-01-01,
			gender: String,
			ethnicity: String,
			entryYear: String,
			buildingName: String,
			room: String,
			homeState: String,
			homeCountry: String,
			eventName: String,
			classification: String,
			major: String
		}
	],
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String,
				meta: 
				{
					String: String
				}
			}
		],
		meta: 
		{
			String: String
		}
	}
}