- Introduction
- Hubs
- Courses
- Course listing
- Create course
- Get course data
- Enroll in a course
- Get enrollment requests
- Get members in a course
- Add members to a course
- Change role of course member
- Complete Course
- Get list of course resources
- View course rating or feedback
- Add course rating or feedback
- Edit course rating or feedback
- Delete course rating or feedback
- Get quiz lesson
- Create a lesson
- Complete a lesson
- Update learner status
- Get lesson discussion list
- To mark learner as complete
- To mark learner as in progress
- To mark learner as failed
- Assessments
- Reports
- Custom portal
- Manage invites
- Manage users
- Manage courses & manuals
- Get list of courses shared to custom portal
- To share or remove a course to or from a custom portal
- To add or remove user to or from a course in custom portal
- Get list of manuals shared to a custom portal
- To share or remove manual to or from custom portal
- To add or remove user to or from a manual in custom portal
- Manage signups
- Enable/disable custom portal
Create course
The purpose of this API is to create course.
Request URL: | https://learn.zoho.com/learn/api/v1/portal/<portalUrl>/course |
OAuth Scope: | ZohoLearn.course.CREATE |
Request Method: | POST |
Parameter | Description | Required |
---|---|---|
Name | Name of the course | Required |
Description | Description for the course | Optional |
Response
Copied{
"STATUS": "OK",
"COURSE": {
"clientsCount": "0",
"bannerType": "PRESET_IMAGE",
"description": "Description of Course 1",
"colorIndex": "0",
"articleCount": "0",
"type": "COURSE",
"url": "course-1-1",
"lessonCount": "0",
"learnerStatus": "0.0",
"meta": {},
"reportsViewAccessLevel": [],
"name": "Course 1",
"createdTime": "Today, 03:12 AM",
"id": "6342496000000086171",
"intAccessLevelToViewReports": "0",
"flow": "FREE",
"createdUser": "799705715",
"status": "UNPUBLISHED"
}
}
Show full
Show less
Sample URL
Copiedhttps://learn.zoho.com/learn/api/v1/portal/zylker-network/course
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.