PaginatedSessionsOutput
Paginated list of sessions
- limitType: integerrequired
Maximum number of items returned
- offsetType: integerrequired
Number of items skipped in the result set
- sessionsType: array object[] ยท SessionOutput[]required
Array of session objects
Session information
- applicationType: stringFormat: uuid
Id requiredIdentifier for the LTI application used in the session
- durationType: integer
In Seconds requiredTotal duration of the session in seconds
- endedType: stringFormat: date-time
At Time requiredTimestamp when the session ended
- idType: stringrequired
Session identifier
- startedType: stringFormat: date-time
At Time requiredTimestamp when the session started
- toolType: stringFormat: uuid
Id deprecatedrequiredDeprecated: Identifier for the LTI tool used in the session. Use applicationId instead.
- wasteType: integer
Duration In Seconds requiredTotal waste duration of the session in seconds
- wasteType: integer
Percentage requiredPercentage of session time that was waste (0-100)
- isType: boolean
Proctored Indicates whether this session is considered proctored
- metadataType: object | null
Opaque session metadata object
- proctoredType: string
Result Result of the proctored session
- recordingType: string | nullFormat: date-time
Ended At Time Timestamp when the recording ended
- recordingType: string | null
S3 Key S3 key for the associated proctoring recording, if any
- recordingType: string | nullFormat: date-time
Started At Time Timestamp when the recording started
- webcamType: boolean
Enabled Indicates whether the webcam was enabled for this session
- totalType: integerrequired
Total number of items available
