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
  • REST APIs
  • API version 2.1.1
  • API objects
  • Dimensions object

2.1.1 Dimensions object

Represents the width and height of an image measured in pixels.

Example

{
  "width": 256,
  "height": 256
}

Fields

Field Type Description
width
required
Integer The width of an image measured in pixels. The value must be positive.
height
required
Integer The height of an image measured in pixels. The value must be positive.

 

Last updated on 2025-06-11

© 2025 Drillster BV
Made with ❤️ in Utrecht