developer docs
Contact Log in

Console

  • Client apps
  • Webhooks

Guides

  • Integration types
    • SSO with OpenID Connect
      • Using Microsoft Entra ID
    • SCORM integration
    • LTI integration
  • Creating a typical LMS integration
  • Drillster APIs
    • Registering your client application
    • OAuth 2.0
      • JWT Authorization Grant
      • Authorization Code Grant
    • Service accounts

Reference

  • Widgets
    • Player widget
    • Tile widget
    • Identity widget
    • Repertoire widget
    • Subscription widget
    • Access code widget
  • REST APIs
    • API version 2.1.1
    • Event notification service
      • Notifications
      • Webhooks
      • Event notification retry
  • Developer documentation
  • Widgets
  • Tile widget
  • Events
  • Initialized object

Initialized object

If there is an authenticated user, object may include a payload with status details for that user. This may include a current proficiency, or a progress in case of a test.

Examples

Drill example:

{
  "proficiency": {
    "overall": 42
  }
}

Story example:

{
  "progress": 75
}

 

Last updated on 2025-06-11

© 2025 Drillster BV
Made with ❤️ in Utrecht