MSAAQ Documentation
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Status
  1. Account
  • Getting Started with Tenant API
  • Auth
    • Me
    • Logout
    • Passwordless
    • Reset Password
    • Forget Password
    • Validate-recaptcha
    • Authorize Verify
    • Authorize
    • Register
    • Email Verify
  • Reviews
    • Delete Review
    • Update Review
    • Create Review
    • Reviews distribution
    • List Reviews
  • Account
    • Update login credentials
      • Change password
      • verify
      • Update login credentials
    • Affliates
      • Withdraw Request
      • payouts
      • Info
    • Banks
      • Remove Bank Acount
      • Update Bank Account
      • Create Bank
      • Show bank
    • Calendar
      • Calendar
    • Cards
      • List User's Cards
    • Change password by signed
      PATCH
    • Unsubsribe
      POST
    • Update Account
      POST
    • Get order invoice
      GET
    • Last viewed course/learning path
      GET
    • Last viewed of given course/learning path
      GET
    • List User's Appointments
      GET
    • User Stats
      GET
    • List User's Rejected Assignments
      GET
    • List User's Assignments
      GET
    • List User's Quizzes
      GET
    • List User's Upcomming Appointments
      GET
    • List User's Products
      GET
    • List User's Courses
      GET
    • List User's Learning Paths
      GET
    • Last User's Orders
      GET
  • Certificates
    • Verify Certificate
    • Download Certificate
    • List User's Certificates
    • Preview certificate
    • Download Certificates as ZIP file
  • Currencies
    • List of currencies
  • Newsletter
    • Unsubscribe
    • Subscribe
    • Request subscribe
  • Cart
    • Checkout
    • Redeem Coupon
    • Express Checkout
    • Remove From Cart
    • Add To Cart
    • Get cart by uuid
    • Get Current Cart
    • Get card token
  • Courses
    • Overview
    • Chapters
      • Contents
        • Comments
          • Create Comment's Reply
          • Delete Comment
          • Update Comment
          • Create Comment
          • List Comments
        • Quizzes
          • Close Attempt
          • Submit Survey Answer
          • Submit Quiz Answer
          • Survey Attempt Details
          • Quiz Attempt Details
          • Attempt Survey
          • Attempt Quiz
        • Assignments
          • Resubmit Assignment
          • Submit Assignment
        • Mark Content as Complete
        • Join meeting
        • Content Attachmet Dowload
        • Content Details
        • List Chapter's Contents
      • Chapter Details
      • List Chapters
    • Get QR code
    • Course Details
    • Course Certificate
    • List Best Selling Courses
    • List Interesting Courses
    • List Courses
  • Payments
    • Tap callback
  • Pages
    • Contact Us
    • Page Details
    • Privacy Page
    • About Us
    • Terms Page
    • Home Page Details
  • Articles
    • Comments
      • Create replay
      • Delete Comment
      • Update Comment
      • Create comment
      • List of comments
    • Article Details
    • List of Articles
  • Instructors
    • Instructor Details
    • List of Instructors
  • Taxonomies
    • Get Taxonomy details
    • List of Taxonomies
  • Products
    • Interesting Products
    • Interesting Products
    • Download Product media
    • Available Appointments
    • Product Details
    • Best sales products
    • List Products
  • Appointments
    • book appointment
    • show Appointments Details
    • List Appointments
  • Comment
    • List Comment Replies
  • Learning paths
    • Learning path Details
  • notifications
    • list
    • mark as read
  • Assignment
    • List Assignment Segments
  • Get Sitemap
    GET
  • Get Translations
    GET
  • Search
    GET
  • Well Know
    GET
  • Ping Pong
    GET
  • Get Tenant Details
    GET
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Status
  1. Account

Last viewed of given course/learning path

Production
https://api.msaaq.com/v1
Production
https://api.msaaq.com/v1
GET
https://api.msaaq.com/v1
/tenant/account/courses/{course}/last-viewed
Last modified:2026-01-19 07:01:14

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.msaaq.com/v1/tenant/account/courses/2169/last-viewed' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'

Responses

🟢200
application/json
Body

Example
{
    "data": {
        "id": 12305,
        "last_viewed": {
            "chapter": {
                "id": 2287,
                "title": "test"
            },
            "content": {
                "id": 7121,
                "title": "فيديو ٢",
                "type": "video"
            }
        },
        "percentage_completed": 69,
        "started_at": "2025-11-04T10:05:06.000000Z",
        "created_at": "2025-11-04T10:05:01.000000Z",
        "completed_at": null,
        "course": {
            "id": 2169,
            "title": "test",
            "slug": "test-1762076384"
        },
        "learning_path": null
    }
}
🟢200Success Response
Modified at 2026-01-19 07:01:14
Previous
Last viewed course/learning path
Next
List User's Appointments
Built with