Knewton Enterprise Platform API

The Knewton Enterprise Platform REST API (v0) that partner learning applications integrate with to deliver continuously adaptive learning. Partners create anonymized user accounts, establish learning instances against a Knewton knowledge graph, register learners and instructors, define scoped goals over learning objectives, stream graded and ungraded student events, and then retrieve personalized module recommendations, goal status-and-progress analytics, and predicted scores. Access is authenticated with OAuth 2.0 client-credentials tokens issued from partner API key and secret credentials provisioned by a Knewton representative.

API entry from apis.yml

apis.yml Raw ↑
aid: knewton:enterprise-platform
name: Knewton Enterprise Platform API
description: The Knewton Enterprise Platform REST API (v0) that partner learning applications integrate
  with to deliver continuously adaptive learning. Partners create anonymized user accounts, establish
  learning instances against a Knewton knowledge graph, register learners and instructors, define scoped
  goals over learning objectives, stream graded and ungraded student events, and then retrieve personalized
  module recommendations, goal status-and-progress analytics, and predicted scores. Access is authenticated
  with OAuth 2.0 client-credentials tokens issued from partner API key and secret credentials provisioned
  by a Knewton representative.
humanURL: https://dev.knewton.com/
baseURL: https://api.knewton.com/v0
tags:
- Adaptive Learning
- Recommendations
- Learning Analytics
- Education
properties:
- type: Documentation
  url: https://dev.knewton.com/
- type: APIReference
  url: https://dev.knewton.com/reference/
- type: GettingStarted
  url: https://dev.knewton.com/implementation/getting-started/
- type: Authentication
  url: authentication/knewton-authentication.yml
- type: RateLimits
  url: rate-limits/knewton-rate-limits.yml
- type: ErrorCatalog
  url: errors/knewton-problem-types.yml
- type: Conventions
  url: conventions/knewton-conventions.yml
- type: DataModel
  url: data-model/knewton-data-model.yml
- type: Sandbox
  url: sandbox/knewton-sandbox.yml