SessionEventsSessionSummary

Summary information about a Caliper session and its primary actor and client

  • durationInSeconds
    Type: number | null
  • edApp
    Type: object | null
    • id
      Type: string
    • name
      Type: string

      Tool name derived from LTI metadata or Caliper entity fallback

  • endedAtTime
    Type: string Pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z$Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • id

    An IRI can be either:

    1. A URI (any valid URI scheme)
    2. A URN in the format "urn:uuid:" where UUID is a version 4 UUID
    • Type: string Pattern: ^[a-z][a-z0-9+.-]*:Format: url

      An IRI can be either:

      1. A URI (any valid URI scheme)
      2. A URN in the format "urn:uuid:" where UUID is a version 4 UUID
  • startedAtTime
    Type: string Pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z$Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • user
    Type: object | null
    • id
      Type: string
    • name
      Type: string

      Display name derived from OneRoster user when available