UserAttendance
Overview
This is a fact entity which contains information about user attendance in the platform.
Important: This data is only available for customers using the Attendance Lite for higher education (not part of default itslearning services).
Usage in itslearning
|
Relationships
This entity has relation with the following entities:
User
CalendarEvent
Diagram
Entity Details
Name | Data type | Nullable | Description |
---|---|---|---|
UserId | Edm.Int32 | false | Identifier of the user |
CalendarEventId | Edm.Int32 | false | Identifier of the calendar event that attendance was taken for |
Status | Edm.String | false | Attendance status: present | absent |
MissedMinutes | Edm.Int32 | false | Number of minutes that the user was absent |
RegisteredDate | Edm.DateTime | false | Date and time when attendance was taken |
RegisteredByUserId | Edm.Int32 | false | Identifier of the user who registered attendance |
T_ModifiedDate | Edm.DateTime | false | Date and time the entity was last modified in data warehouse |
Request body
URI
https:
//reporting.itslearning.com/odata/engine7/UserAttendances?$top=10
Response body - JSON (default output format)
JSON response
{
"odata.metadata"
:
"https://reporting.itslearning.com/odata/site/$metadata#UserAttendances"
,
"value"
:[
{
"CalendarEventId"
:
46
,
"UserId"
:
400367
,
"MissedMinutes"
:
34
,
"RegisteredDate"
:
"2021-11-30T16:12:52"
,
"RegisteredByUserId"
:
1
,
"Status"
:
"Absent"
,
"T_ModifiedDate"
:
"2024-07-17T14:03:00"
},{
"CalendarEventId"
:
46
,
"UserId"
:
400417
,
"MissedMinutes"
:
0
,
"RegisteredDate"
:
"2021-11-30T16:12:52"
,
"RegisteredByUserId"
:
1
,
"Status"
:
"Present"
,
"T_ModifiedDate"
:
"2024-07-17T14:03:00"
},{
"CalendarEventId"
:
46
,
"UserId"
:
400467
,
"MissedMinutes"
:
0
,
"RegisteredDate"
:
"2021-11-30T16:12:52"
,
"RegisteredByUserId"
:
1
,
"Status"
:
"Present"
,
"T_ModifiedDate"
:
"2024-07-17T14:03:00"
},{
"CalendarEventId"
:
51
,
"UserId"
:
400001
,
"MissedMinutes"
:
240
,
"RegisteredDate"
:
"2023-04-24T09:26:49"
,
"RegisteredByUserId"
:
400321
,
"Status"
:
"Absent"
,
"T_ModifiedDate"
:
"2024-07-17T14:03:00"
},{
"CalendarEventId"
:
51
,
"UserId"
:
400322
,
"MissedMinutes"
:
0
,
"RegisteredDate"
:
"2023-04-24T09:26:38"
,
"RegisteredByUserId"
:
400321
,
"Status"
:
"Present"
,
"T_ModifiedDate"
:
"2024-07-17T14:03:00"
} ]
}