MSAAQ Documentation
Docs
APIs
  • Admin
  • Tenant
Docs
APIs
  • Admin
  • Tenant
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
    • Change password by signed
      PATCH
    • Unsubsribe
      POST
    • Update Account
      POST
    • Get order invoice
      GET
    • Last viewed 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
  • 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
  1. Account

List User's Learning Paths

Production
https://api.msaaq.com/v1
Production
https://api.msaaq.com/v1
GET
https://api.msaaq.com/v1
/tenant/account/learning-paths
Last modified:2025-03-06 23:09:35

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
X-Tenant
string 
required
Example:
{{tenant}}
Accept
string 
required
Example:
application/json

Request 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/learning-paths' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Content-Type: text/plain' \
--data-raw ''

Responses

🟢200Success
application/json
Body
data
array [object {30}] 
required
id
integer 
optional
enrolled
boolean 
optional
title
string 
optional
slug
string 
optional
type
string 
optional
thumbnail
string 
optional
summary
null 
optional
description
string 
optional
meta_title
null 
optional
meta_keywords
array[string]
optional
meta_description
null 
optional
outcomes
array[string]
optional
requirements
array[string]
optional
number_of_weeks
integer 
optional
price
integer 
optional
sales_price
integer 
optional
ratings
object 
optional
is_started
boolean 
optional
in_stock
boolean 
optional
is_reviewed
boolean 
optional
status
string 
optional
eligible_for_certificate
boolean 
optional
settings
object 
optional
course_type
string 
optional
percentage_completed
integer 
optional
courses
array [object {32}] 
optional
courses_count
integer 
optional
publish_at
string 
optional
updated_at
string 
optional
created_at
string 
optional
links
object 
required
first
string 
required
last
string 
required
prev
null 
required
next
null 
required
meta
object 
required
current_page
integer 
required
from
integer 
required
last_page
integer 
required
links
array [object {3}] 
required
path
string 
required
per_page
integer 
required
to
integer 
required
total
integer 
required
Example
{
    "data": [
        {
            "id": 1160,
            "enrolled": true,
            "title": "مسار 1",
            "slug": "مسار-1-1738171403",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/5169/wp8594560.webp",
            "summary": null,
            "description": "<p dir=\"rtl\"><span>وصف رغد</span></p>",
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": [
                "مهارة 1",
                "مهارة 2"
            ],
            "requirements": [
                "متطلب 1",
                "متطلب 2"
            ],
            "number_of_weeks": 3,
            "price": 201000,
            "sales_price": 230000,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0
            },
            "is_started": true,
            "in_stock": true,
            "is_reviewed": false,
            "status": "published",
            "eligible_for_certificate": false,
            "settings": {
                "certificate_enabled": true,
                "navigation_between_courses": false,
                "certificate_for_every_course": 0,
                "reviews_enabled": true
            },
            "course_type": "learning_path",
            "percentage_completed": 0,
            "courses": [
                {
                    "id": 814,
                    "enrolled": true,
                    "title": "اختبار التقييم",
                    "slug": "اختبار-التقييم-1731504785",
                    "type": "course",
                    "thumbnail": null,
                    "summary": null,
                    "description": null,
                    "meta_title": null,
                    "meta_keywords": [],
                    "meta_description": null,
                    "outcomes": [],
                    "requirements": [],
                    "duration": 7200,
                    "price": 0,
                    "sales_price": 0,
                    "contents_count": 6,
                    "reviews_count": 6,
                    "avg_rating": 4,
                    "ratings": {
                        "1": 1,
                        "2": 0,
                        "3": 2,
                        "4": 0,
                        "5": 3
                    },
                    "is_started": true,
                    "in_stock": true,
                    "is_reviewed": false,
                    "status": "published",
                    "publish_at": "2024-11-13T13:34:28.000000Z",
                    "updated_at": "2025-03-06T23:12:28.000000Z",
                    "created_at": "2024-11-13T13:33:05.000000Z",
                    "intro_video": null,
                    "enrollment": {
                        "id": 2240,
                        "last_viewed": {
                            "chapter_id": 1023,
                            "content_id": 2098
                        },
                        "percentage_completed": null,
                        "started_at": null,
                        "created_at": "2025-03-06T23:12:28.000000Z",
                        "completed_at": null
                    },
                    "eligible_for_certificate": false,
                    "settings": {
                        "limit_seats": false,
                        "reviews_enabled": true,
                        "certificate_enabled": true,
                        "early_access": false,
                        "show_enrollments_count": true,
                        "show_content_instructor": false,
                        "disable_comments": false,
                        "close_enrollments": false,
                        "resubmit_assignment": null,
                        "can_retake_exam": false,
                        "restrict_navigation": false
                    },
                    "course_type": "online"
                },
                {
                    "id": 809,
                    "enrolled": true,
                    "title": "دورة 87",
                    "slug": "دورة-87-1731423495-111",
                    "type": "course",
                    "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/4048/vid-2-2-1.webp",
                    "summary": "ملخص الدورةملخص الدورةملخص الدورةملخص الدورةملخص الدورة",
                    "description": "<p dir=\"rtl\"><span>الوصف الكامل للدورةالوصف الكامل للدورةالوصف الكامل للدورةالوصف الكامل للدورة</span></p>",
                    "meta_title": null,
                    "meta_keywords": [],
                    "meta_description": null,
                    "outcomes": [
                        "المهارات التالية:"
                    ],
                    "requirements": [
                        "لا يوجددد"
                    ],
                    "duration": 36000,
                    "price": 200000,
                    "sales_price": 210000,
                    "contents_count": 2,
                    "reviews_count": 2,
                    "avg_rating": 5,
                    "ratings": {
                        "1": 0,
                        "2": 0,
                        "3": 0,
                        "4": 0,
                        "5": 2
                    },
                    "is_started": true,
                    "in_stock": true,
                    "is_reviewed": false,
                    "status": "published",
                    "publish_at": "2024-11-12T15:06:27.000000Z",
                    "updated_at": "2025-03-06T23:12:28.000000Z",
                    "created_at": "2024-11-12T14:58:15.000000Z",
                    "intro_video": {
                        "provider": "youtube",
                        "provider_id": "tXEjqqmVGOc",
                        "url": "https://www.youtube.com/watch?v=tXEjqqmVGOc"
                    },
                    "enrollment": {
                        "id": 2241,
                        "last_viewed": {
                            "chapter_id": 1016,
                            "content_id": 2074
                        },
                        "percentage_completed": null,
                        "started_at": null,
                        "created_at": "2025-03-06T23:12:28.000000Z",
                        "completed_at": null
                    },
                    "eligible_for_certificate": false,
                    "settings": {
                        "limit_seats": false,
                        "reviews_enabled": true,
                        "certificate_enabled": true,
                        "early_access": false,
                        "show_enrollments_count": true,
                        "show_content_instructor": false,
                        "disable_comments": false,
                        "close_enrollments": false,
                        "resubmit_assignment": null,
                        "can_retake_exam": false,
                        "restrict_navigation": false
                    },
                    "course_type": "online"
                }
            ],
            "courses_count": 2,
            "publish_at": "2025-01-29T17:25:10.000000Z",
            "updated_at": "2025-02-12T15:43:23.000000Z",
            "created_at": "2025-01-29T17:23:23.000000Z"
        }
    ],
    "links": {
        "first": "https://api.msaaqdev.com/v1/tenant/account/learning-paths?page=1",
        "last": "https://api.msaaqdev.com/v1/tenant/account/learning-paths?page=1",
        "prev": null,
        "next": null
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 1,
        "links": [
            {
                "url": null,
                "label": "&laquo; السابق",
                "active": false
            },
            {
                "url": "https://api.msaaqdev.com/v1/tenant/account/learning-paths?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "التالي &raquo;",
                "active": false
            }
        ],
        "path": "https://api.msaaqdev.com/v1/tenant/account/learning-paths",
        "per_page": 15,
        "to": 1,
        "total": 1
    }
}
Previous
List User's Courses
Next
Last User's Orders
Built with