Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Sections Tool API

SectionService

  • Set getSections(String courseUid);
  • Set getSectionTypes(String courseUid);
  • Set getAvailableSectionLeaders(String courseUid);
  • Set getSectionLeaders(String sectionUid);
  • Set getSectionsLed(String userUid, String courseUid);
  • List getMeetings(String sectionUid);
  • List getSectionEnrollments(String sectionUid);
  • Set getSectionEnrollments(String userUid, String courseUid);

SectionCategoryService

  • Set getSectionCategories(String courseUid);
  • Set getSections(String sectionCategoryUid);
  • No labels