Skip to product menu
Skip to main content

Get list of courses shared to custom portal

The purpose of this API is to get the list of courses that are shared to a custom portal.

Request URL:https://learn.zoho.com/learn/api/v1/portal/<networkurl>/customportal/<customportalId>/course
OAuth Scope:ZohoLearn.customportal.READ
Request Method:GET
ParameterDescriptionRequired
pageIndexThe page number. The default value is 0.Optional
limitThe number of courses to get. Maximum value is 99. Default value is 20.Optional
sortBySort the list using "alpha" for the alphabetical order or "recent" for the last modified order.Optional
isAscBoolean value for ascending order.Optional
view
  • "learn" for viewing courses in My Learning.

  • "author" for viewing courses in My Authoring.

  • "discover" for viewing courses in Explore.

  • "all" for viewing all courses.

  • "learn" is set as default.

Optional
categoryIdsArray of category ids to filter courses.Optional
subcategoryIdsArray of sub category ids to filter courses.Optional
tagIdsArray of tag ids to filter courses.Optional
createdByIdsZuid of the user who created the course.Optional

Sample response

Copied

Show full

Show less