Get all courses (stub)
GET/courses
Stub endpoint — always returns an empty array.
This endpoint exists for Microsoft SDS compatibility only. No course data
is stored or returned. The response is always { "courses": [] }.
Request
Responses
- 200
- 400
- 403
Empty courses array (stub)
Request failed — token invalid/missing, or a server-side error occurred. The response body is plain text (raw exception message), not JSON.
Bearer token absent at the web proxy layer.