PaginatedLtiApplicationOutput

Paginated list of LTI applications

  • applications
    Type: array object[] · LtiApplicationOutput[]
    required

    Array of LTI application objects

    LTI Application. The sourcedId represents the application identifier.

    • applicationType
      Type: stringenum
      required

      Type of the LTI application

      values
      • learning_app
      • assessment
      • internal
    • coverImageUrl
      Type: stringFormat: uri
      required

      URL to the cover image

    • dateCreated
      Type: stringFormat: date-time
      required

      Timestamp of when the application was created

    • dateLastModified
      Type: stringFormat: date-time
      required

      Timestamp of when the application was last modified

    • deploymentId
      Type: string
      required

      Unique deployment identifier

    • description
      Type: string
      required

      Description of the application

    • domains
      Type: array string[]
      required

      Domains this application is launched from

    • idling
      Type: stringenum
      required

      Idling detection feature status

      values
      • on
      • off
    • isLtiCompliant
      Type: boolean
      required

      Whether the application is LTI compliant

    • isLtiV1P3Compliant
      Type: boolean
      required

      Whether the application is LTI v1.3 compliant

    • isRecordingEnabled
      Type: boolean
      required

      Whether session recording is enabled

    • launchUrl
      Type: stringFormat: uri
      required

      URL to launch the application

    • logoUrl
      Type: stringFormat: uri
      required

      URL to the application logo

    • name
      Type: string
      required

      Name of the application

    • proctoringMode
      Type: stringenum
      required

      Proctoring mode status for this application

      values
      • on
      • off
    • sourcedId
      Type: stringFormat: uuid
      required

      Unique identifier for the application

    • status
      Type: stringenum
      required

      Status of an entity in the system

      values
      • active
      • tobedeleted
      • inactive
    • tools
      Type: array object[] · LtiToolOutput[]
      deprecated
      required

      Array of LTI tools associated with this application

      LTI Tool information and launch configuration

    • version
      Type: string
      required

      Application version

    • wasteMeter
      Type: stringenum
      required

      WasteMeter for this application

      values
      • on
      • off
    • caliperSupport
      Type: stringenum

      Level of Caliper Analytics support

      values
      • yes
      • no
      • partial
    • clientId
      Type: string | null

      Application client ID for LTI JWT tokens

    • fullDescription
      Type: string | null

      Comprehensive application description

    • gradeRangeEnd
      Type: integer | null

      Ending grade level

    • gradeRangeStart
      Type: integer | null

      Starting grade level

    • homepageUrl
      Type: string | nullFormat: uri

      Homepage URL for the application

    • idlingThreshold
      Type: integer | null

      Threshold in seconds for detecting idling

    • landingUrl
      Type: string | nullFormat: uri

      Application landing page URL

    • languageSupport
      Type: array string[] | null

      Supported languages

    • learningAppSpecification
      Type: string | null

      Per-app specification for AI context

    • metadata
      Type: object | null

      Additional metadata associated with the application

    • publisherName
      Type: string | null

      Application publisher name

    • subjects
      Type: array string[] | null

      Academic subjects supported

    • tags
      Type: array string[] | null

      Application categorization tags

  • limit
    Type: integer
    required

    Maximum number of items returned

  • offset
    Type: integer
    required

    Number of items skipped in the result set

  • total
    Type: integer
    required

    Total number of items available