MSAAQ Documentation
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Status
  1. Learning Path
  • Tenant
    • Me
      • Enrollments
        • List My Enrollments
        • Get My Enrollments by id
      • Calendar
        • My Calendar
      • Me enrolled_courses
      • List User's Appointments
      • List User's Certificates
      • List User's quizes
      • List User's Products
    • Courses
      • List Courses
      • Get Course by id/slug
    • Learning Path
      • List Learning Paths
        GET
      • Get Learning Path by id/slug
        GET
  • V2 Health
    GET
  • Schemas
    • Server Error
    • Success Response
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Docs
APIs
APIs
  • Admin
  • Tenant
V2
Status
  1. Learning Path

Get Learning Path by id/slug

Production
https://api.msaaq.com/v2
Production
https://api.msaaq.com/v2
GET
https://api.msaaq.com/v2
/tenant/learning-paths/{dslug_or_id}
Last modified:2026-01-04 15:30:05

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
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/v2/tenant/learning-paths/1161' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Examples
{
    "data": {
        "id": 1161,
        "slug": "مسار-2-1738171575",
        "title": "",
        "subtitle": null,
        "description": "",
        "short_description": null,
        "thumbnail": null,
        "cover": null,
        "outcomes": "",
        "requirements": "",
        "price": 0,
        "sales_price": 0,
        "courses_count": 2,
        "enrollments_count": 380,
        "avg_rating": 0,
        "ratings": {
            "1": 0,
            "2": 0,
            "3": 0,
            "4": 0,
            "5": 0
        },
        "status": "published",
        "settings": {
            "certificate_enabled": true,
            "navigation_between_courses": true,
            "certificate_for_every_course": 0,
            "reviews_enabled": true
        },
        "course_type": "learning_path",
        "courses": [
            {
                "id": 814,
                "title": "",
                "slug": "اختبار-التقييم-1731504785",
                "type": "course",
                "thumbnail": null,
                "summary": null,
                "description": null,
                "meta_title": null,
                "meta_keywords": [],
                "meta_description": null,
                "outcomes": "",
                "requirements": "",
                "duration": 0,
                "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
                },
                "status": "published",
                "publish_at": "2024-11-13T13:34:28.000000Z",
                "updated_at": "2025-11-26T12:37:50.000000Z",
                "created_at": "2024-11-13T13:33:05.000000Z",
                "intro_video": null,
                "settings": {
                    "certificate": false,
                    "early_access": false,
                    "show_enrollments_count": true,
                    "show_content_instructor": false,
                    "disable_comments": false,
                    "close_enrollments": false,
                    "resubmit_assignment": false,
                    "can_retake_exam": false,
                    "restrict_navigation": false
                },
                "course_type": "online",
                "accredible_group_id": null,
                "accredible_group": null,
                "assigned_learning_path_ids": []
            },
            {
                "id": 1258,
                "title": "",
                "slug": "test-course",
                "type": "course",
                "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/5744/i-will.png",
                "summary": null,
                "description": null,
                "meta_title": null,
                "meta_keywords": [],
                "meta_description": null,
                "outcomes": "",
                "requirements": "",
                "duration": 0,
                "price": 40000,
                "sales_price": 45000,
                "contents_count": 23,
                "avg_rating": 0,
                "ratings": {
                    "1": 0,
                    "2": 0,
                    "3": 0,
                    "4": 0,
                    "5": 0
                },
                "status": "published",
                "publish_at": "2025-03-16T20:17:03.000000Z",
                "updated_at": "2025-11-26T12:37:50.000000Z",
                "created_at": "2025-03-16T20:13:15.000000Z",
                "intro_video": null,
                "settings": {
                    "certificate": false,
                    "early_access": false,
                    "show_enrollments_count": true,
                    "show_content_instructor": false,
                    "disable_comments": false,
                    "close_enrollments": false,
                    "resubmit_assignment": false,
                    "can_retake_exam": false,
                    "restrict_navigation": false
                },
                "course_type": "online",
                "accredible_group_id": null,
                "accredible_group": null,
                "assigned_learning_path_ids": []
            }
        ],
        "instructors": [
            {
                "id": 1,
                "uuid": "e29e28ab-5fad-46ba-a2d0-87bc6342aa21",
                "name": "مساق وفريقها",
                "username": "msa",
                "email": "info@msaaq.com",
                "ip": "94.207.31.113",
                "country_code": "PS",
                "phone_code": "90",
                "phone": "5381032101",
                "referred_by": null,
                "affiliates": false,
                "status": "active",
                "meta": {
                    "bio": "قويٌّ، وعادلٌ، ورحيمٌ، وذكيّ، 
Modified at 2026-01-04 15:30:05
Previous
List Learning Paths
Next
V2 Health
Built with