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: string Format: uuid
Id requiredIdentifier for the LTI application used in the session
- durationType: integer
In Seconds requiredTotal duration of the session in seconds
- endedType: string Format: date-time
At Time requiredTimestamp when the session ended
- idType: stringrequired
Session identifier
- startedType: string Format: date-time
At Time requiredTimestamp when the session started
- subjectType: string | null · SessionSubjectenumrequired
Academic subject attributed to this learning session. Null means not yet decided (no vision-end upsert). Unknown is an explicit value meaning looked and could not say. Values: Reading, Language, Vocabulary, Social Studies, Writing, Science, FastMath, Math, Unknown.
values- Reading
- Language
- Vocabulary
- Social
Studies - Writing
- Science
- Fast
Math - Math
- Unknown
- subjectType: string | null · SessionSubjectSourceenum
Source requiredHow subject was decided: app (single-subject LTI application shortcut), journal (vision journal classification), or none (fallback Unknown). Null when subject is null.
values- app
- journal
- none
- 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 · InsightsSessionMetadata
Opaque session metadata object
- proctoredType: string
Result Result of the proctored session
- recordingType: string | null Format: 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 | null Format: 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
