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

List Courses

Production
https://api.msaaq.com/v2
Production
https://api.msaaq.com/v2
GET
https://api.msaaq.com/v2
/tenant/courses
Last modified:2026-01-08 13:49:38
Retrieve a paginated list of all published and scheduled courses (excluding learning paths).

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Query 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/courses?page&limit' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Accept: application/json' \
--header 'X-CONTENT-LANGUAGE: en' \
--header 'Authorization: Bearer <token>'

Responses

🟢200
application/json
Body

Example
{
    "data": [
        {
            "id": 2186,
            "title": "حضورية 12-9",
            "slug": "حضورية-12-9-1765299292",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8577/go.png",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 0,
            "price": 0,
            "sales_price": 0,
            "contents_count": 4,
            "avg_rating": 0,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0
            },
            "status": "published",
            "publish_at": "2025-12-09T19:37:28.000000Z",
            "updated_at": "2025-12-17T19:38:48.000000Z",
            "created_at": "2025-12-09T16:54:52.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "show_content_instructor": false,
                "disable_comments": false,
                "close_enrollments": false,
                "resubmit_assignment": false,
                "can_retake_exam": false,
                "restrict_navigation": false
            },
            "course_type": "on_site",
            "location": {
                "url": null,
                "building": null,
                "address": null
            },
            "timing": {
                "from": null,
                "to": null
            },
            "training_details": {
                "training_days": null,
                "training_hours": null,
                "attendance_percentage": null
            },
            "accredible_group_id": null,
            "accredible_group": null,
            "assigned_learning_path_ids": []
        },
        {
            "id": 2185,
            "title": "دورة 12",
            "slug": "دورة-12-1765276172",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8576/flower-logo-vector.png",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 3600,
            "price": 0,
            "sales_price": 0,
            "contents_count": 34,
            "avg_rating": 0,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0
            },
            "status": "published",
            "publish_at": "2025-12-09T10:35:57.000000Z",
            "updated_at": "2025-12-23T13:00:47.000000Z",
            "created_at": "2025-12-09T10:29:32.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": 2184,
            "title": "دورة",
            "slug": "دورة-1765189995",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8565/lavender-flower-logo-symbol-template-free-vector.jpg",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 3600,
            "price": 0,
            "sales_price": 0,
            "contents_count": 7,
            "reviews_count": 3,
            "avg_rating": 5,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 3
            },
            "status": "published",
            "publish_at": "2025-12-08T10:35:54.000000Z",
            "updated_at": "2025-12-23T06:23:43.000000Z",
            "created_at": "2025-12-08T10:33:15.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": 2180,
            "title": "دورة يمان",
            "slug": "دورة-يمان-1764592524",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8522/account-balance-wallet.png",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 43200,
            "price": 0,
            "sales_price": 0,
            "contents_count": 1,
            "avg_rating": 0,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0
            },
            "status": "published",
            "publish_at": "2025-12-01T12:37:27.000000Z",
            "updated_at": "2025-12-08T18:36:12.000000Z",
            "created_at": "2025-12-01T12:35:24.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162,
                2121
            ]
        },
        {
            "id": 2173,
            "title": "Calendar test",
            "slug": "calendar-test-1764063810",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8497/5c3287b3-f2e4-46d8-8995-770cd19a0bdb-1280x726.jpg",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 3600,
            "price": 0,
            "sales_price": 0,
            "contents_count": 4,
            "avg_rating": 0,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0
            },
            "status": "published",
            "publish_at": "2025-11-25T09:47:41.000000Z",
            "updated_at": "2025-12-02T19:12:54.000000Z",
            "created_at": "2025-11-25T09:43:30.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162
            ]
        },
        {
            "id": 2172,
            "title": "دورة جديدة 11",
            "slug": "دورة-جديدة-11-1762862006",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8428/flower-logo-vector.png",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 3600,
            "price": 0,
            "sales_price": 0,
            "contents_count": 23,
            "reviews_count": 2,
            "avg_rating": 5,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 2
            },
            "status": "published",
            "publish_at": "2025-11-19T22:13:49.000000Z",
            "updated_at": "2025-12-24T00:00:13.000000Z",
            "created_at": "2025-11-11T11:53:26.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162
            ]
        },
        {
            "id": 2171,
            "title": "دورة جديدة - مع فيديو",
            "slug": "دورة-جديدة-1762704414",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8404/images.jpeg",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 36610,
            "price": 0,
            "sales_price": 0,
            "contents_count": 8,
            "reviews_count": 2,
            "avg_rating": 5,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 2
            },
            "status": "published",
            "publish_at": "2025-11-12T10:39:12.000000Z",
            "updated_at": "2025-12-14T10:19:31.000000Z",
            "created_at": "2025-11-09T16:06:54.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162,
                2122,
                2121
            ]
        },
        {
            "id": 2169,
            "title": "test",
            "slug": "test-1762076384",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8346/crown-alt.png",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 0,
            "price": 0,
            "sales_price": 0,
            "contents_count": 11,
            "avg_rating": 0,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0
            },
            "status": "published",
            "publish_at": "2025-11-02T12:20:47.000000Z",
            "updated_at": "2025-12-08T18:40:28.000000Z",
            "created_at": "2025-11-02T09:39:44.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162,
                2121
            ]
        },
        {
            "id": 2163,
            "title": "دورة جديدة دورة جديدة دورة جديدة دورة جديدة دورة جديدة دورة جديدة دورة جديدة",
            "slug": "دورة-جديدة-1761594710",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8299/images.jpeg",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 36610,
            "price": 0,
            "sales_price": 0,
            "contents_count": 4,
            "reviews_count": 8,
            "avg_rating": 4,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 3,
                "4": 1,
                "5": 4
            },
            "status": "published",
            "publish_at": "2025-10-30T17:42:49.000000Z",
            "updated_at": "2025-12-17T18:12:18.000000Z",
            "created_at": "2025-10-27T19:51:50.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162
            ]
        },
        {
            "id": 2160,
            "title": "testa",
            "slug": "testa-1760279644-copy-2eIeGgFDpEsdBqgb-1761549332",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8293/accredible.svg",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 3600,
            "price": 0,
            "sales_price": 0,
            "contents_count": 17,
            "reviews_count": 2,
            "avg_rating": 5,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 2
            },
            "status": "published",
            "publish_at": "2025-10-27T07:39:55.000000Z",
            "updated_at": "2025-12-11T12:14:51.000000Z",
            "created_at": "2025-10-27T07:15:32.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162
            ]
        },
        {
            "id": 2133,
            "title": "دورة جديدة 54567",
            "slug": "دورة-جديدة-54567-1760559449",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8156/fydyw-1-1.jpg",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 43200,
            "price": 0,
            "sales_price": 0,
            "contents_count": 24,
            "avg_rating": 0,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0
            },
            "status": "published",
            "publish_at": "2025-11-12T10:40:00.000000Z",
            "updated_at": "2025-12-02T19:12:54.000000Z",
            "created_at": "2025-10-15T20:17:29.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162
            ]
        },
        {
            "id": 2124,
            "title": "دورة جديدة 7-10",
            "slug": "دورة-جديدة-7-10-1759826303",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/8034/image-32.png",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 3600,
            "price": 0,
            "sales_price": 0,
            "contents_count": 7,
            "reviews_count": 2,
            "avg_rating": 5,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 2
            },
            "status": "published",
            "publish_at": "2025-12-01T13:43:00.000000Z",
            "updated_at": "2025-12-16T11:34:10.000000Z",
            "created_at": "2025-10-07T08:38:23.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162
            ]
        },
        {
            "id": 2123,
            "title": "دورة اخيرة لليوم",
            "slug": "دورة-اخيرة-لليوم-1754847650",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/7975/image004.png",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 0,
            "price": 0,
            "sales_price": 0,
            "contents_count": 1,
            "reviews_count": 3,
            "avg_rating": 4,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 1,
                "4": 1,
                "5": 1
            },
            "status": "published",
            "publish_at": "2025-11-12T10:39:34.000000Z",
            "updated_at": "2025-12-23T08:03:23.000000Z",
            "created_at": "2025-08-10T17:40:50.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": [
                2162
            ]
        },
        {
            "id": 2119,
            "title": "Course Raghad 9-8",
            "slug": "course-raghad-9-8-1754734942",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/7918/wp5331410.webp",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 2700,
            "price": 0,
            "sales_price": 0,
            "contents_count": 32,
            "avg_rating": 0,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0
            },
            "status": "published",
            "publish_at": "2025-12-02T19:44:16.000000Z",
            "updated_at": "2025-12-08T18:36:12.000000Z",
            "created_at": "2025-08-09T10:22:22.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": 2117,
            "title": "Test Course By Isra",
            "slug": "test-course-by-isra-1754608813",
            "type": "course",
            "thumbnail": "https://msaaq-dev.s3.eu-central-1.amazonaws.com/courses/7890/image.jpg",
            "description": null,
            "meta_title": null,
            "meta_keywords": [],
            "meta_description": null,
            "outcomes": null,
            "requirements": null,
            "duration": 0,
            "price": 0,
            "sales_price": 0,
            "contents_count": 19,
            "avg_rating": 0,
            "ratings": {
                "1": 0,
                "2": 0,
                "3": 0,
                "4": 0,
                "5": 0
            },
            "status": "published",
            "publish_at": "2025-11-12T10:40:44.000000Z",
            "updated_at": "2025-12-08T07:14:05.000000Z",
            "created_at": "2025-08-07T23:20:13.000000Z",
            "intro_video": null,
            "settings": {
                "certificate": false,
                "early_access": false,
                "show_enrollments_count": false,
                "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": []
        }
    ],
    "links": {
        "first": "https://api.msaaq.test/v2/tenant/courses?page=1",
        "last": "https://api.msaaq.test/v2/tenant/courses?page=12",
        "prev": null,
        "next": "https://api.msaaq.test/v2/tenant/courses?page=2"
    },
    "meta": {
        "current_page": 1,
        "from": 1,
        "last_page": 12,
        "links": [
            {
                "url": null,
                "label": "&laquo; السابق",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=2",
                "label": "2",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=3",
                "label": "3",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=4",
                "label": "4",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=5",
                "label": "5",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=6",
                "label": "6",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=7",
                "label": "7",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=8",
                "label": "8",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=9",
                "label": "9",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=10",
                "label": "10",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=11",
                "label": "11",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=12",
                "label": "12",
                "active": false
            },
            {
                "url": "https://api.msaaq.test/v2/tenant/courses?page=2",
                "label": "التالي &raquo;",
                "active": false
            }
        ],
        "path": "https://api.msaaq.test/v2/tenant/courses",
        "per_page": 15,
        "to": 15,
        "total": 173
    }
}
Modified at 2026-01-08 13:49:38
Previous
List User's Products
Next
Get Course by id/slug
Built with