false
OasisLMS
zh-CN,zh-TW,en,id,ja,es
Catalog
Direct Links to Courses in OasisLMS
Pull full listing of all courses (via API)
Pull full listing of all courses (via API)
Back to course
[Please upgrade your browser to play this video content]
Video Transcription
Video Summary
The video explains how to extract all course metadata and product links from OASIS as a JSON file, useful for creating a database or catalog within an AMS. After loading courses, you construct a URL by appending specific keywords to your OASIS URL: "webservices/catalogservice.svc/listcatalog". Opening this URL in a browser (like Carnado) generates a JSON containing detailed course information, including metadata, images, and membership fees. This URL provides programmatic access to all course data for development purposes. Note that the URL's base varies per OASIS instance, while the latter part remains fixed.
Keywords
OASIS course metadata
JSON course data
catalogservice API
AMS database integration
programmatic course access
×