List courses
Query Parameters
page?integer
Range
1 <= value <= 9007199254740991Default
1pageSize?integer
Range
1 <= value <= 100Default
20search?string
sort?string
status?string
Value in
- "draft"
- "published"
category?string
Response Body
application/json
curl -X GET "https://example.com/api/courses"{ "rows": [ { "id": "string", "title": "string", "slug": "string", "description": "string", "status": "draft", "category": "string", "moduleCount": -9007199254740991, "activityCount": -9007199254740991, "enrolledCount": -9007199254740991, "updatedAt": "string", "createdAt": "string" } ], "total": -9007199254740991, "page": -9007199254740991, "pageSize": -9007199254740991}