Dev Docs
  • Introduction
  • Becoming an ORCA Developer
  • Why Sign Up?
  • Developer Resources
  • Understanding Service Apps
  • How to Create a Service App for the ORCA Marketplace
  • Available Permissions
  • How to Request Permissions for a Service App
  • Happy Hours Admin
    • Happy Hours Admin
  • Cyress Tests
    • Cypress Test
  • Orca API
    • Education/Breakaway
    • TypeForm WebHook
    • getOrcaVideoList
    • getPremiumCourses
    • getCourseUsers
    • getDashBoardHeroStatistics
    • getUserProgress
    • Remove CE Credit
    • Add CE Credit
  • TypeForm
    • Setup a webHook on TypeForm
  • Database Migrations
    • MySQL Import Data using Laravel Seeds.
Powered by GitBook
On this page
  1. Orca API

getDashBoardHeroStatistics

Get education dashboard metrics

Get education metrics

GET {{HOST}api/getDashBoardHeroStatistics

This endpoint allows you to get free cakes.

{
    "total_user_enrolled": 2,
    "total_course": 1,
    "total_videos": 2
}

PreviousgetCourseUsersNextgetUserProgress

Last updated 4 years ago