Skip to main content
GET
Retrieve comprehensive statistics about your platform’s usage, including course metrics, user activity, and performance data.

Request Headers

string
required
API Key. Go to your Konstantly site > Settings > API and copy the value from there.

Response

object
required
General platform statistics
array
required
Array of users without any activity
array
required
Array of users who haven’t completed any courses
array
required
Platform’s top performers
array
required
Courses not assigned to any users

Usage Notes

  1. Activity Tracking:
  • Users are considered “without activity” if they haven’t started any courses
  • Users are considered “without results” if they haven’t completed any courses
  • Leaders are ranked by combination of completion count and average score
  1. Timestamps:
  • All timestamps are in Unix epoch format (seconds since 1970)
  • Timezone conversions should be handled client-side
  1. Performance:
  • This endpoint aggregates data across the entire platform
  • Response times may increase with platform size
  • Consider caching results if frequent polling is needed