📄️ Users
Users API gives you access to get basic information about other users present in the institute.
📄️ Dashboard
The Dashboard API returns the data needed to build a student's home screen. It combines product discovery, banners, suggested learning content, bookmarks, course progress, recent learning activity, newly available content, and the institute leaderboard in a single request.
📄️ Exams
Exams API gives you access to read all the exams which can be accessed by the authenticated user.
📄️ Courses
The Courses API provides the courses available to the authenticated student, along with course metadata, tags, and the student's progress in those courses.
📄️ Attempts
Attempts API gives you access to read all the attempts which can be accessed by the authenticated user.
📄️ Bookmarks
The Bookmarks API lets an authenticated student save learning content, questions, answers, posts, and forum threads for later use. Students can organize bookmarks into folders and retrieve the related content data needed to render a bookmark screen.
📄️ Products
Products API gives you access to read all the products which are active and can be purchased.
📄️ Videos
The Video API allows authenticated users to access and read all available videos.
📄️ Stats
The Stats API provides a high-level summary of the authenticated student's available and attempted learning activities.
📄️ Posts
Posts are broadcast data which the institutes want to share to their users. This endpoint can be used to retrieve the posts which are accessible to a particular user.
📄️ Basic Example
Following is a basic example of test taking flow
📄️ Global Search
Global Search API provides access to search across various resources for the authenticated user.