Learner - Lti Content Items API

This API controls learner interaction with lti content items

Interfaces

Object Synopses

LearnerLtiContentItemResponse

  • id Integer

    The lti content item id

  • title String

    The lti content item title

  • description String

    The lti content item description

Show Lti Content Item

GET /api/learner/lti/content_items/:id

Response Codes

  • 200 OK

argument [Required, Integer] id

Path parameter. An Lti Content Item id.

Example Response

{
  "lti_content_items": [
    "{API::LearnerLtiContentItemResponse}"
  ]
}

Complete Lti Content Item

POST /api/learner/lti/content_items/:id/complete

A POST action for completing the user’s enrollment in the Lti Content Item.

Response Codes

  • 204 No Content
  • 401 Unauthorized
  • 404 Not Found

Parameters

  • id Integer Required

    Path parameter. Lti Content Item Id.