Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get User courses

Description

Referring to MDL-47229 the function core_enrol_get_users_courses return only visible courses.

This plugin can be used to retrieve the courses of a given user in Moodle by providing the USER ID

How it works

  1. Install plugin in Moodle
  2. Enable WebServices
  3. Assign the function to the web service user
  4. Send a request to the server

http://[moodleurl]/webservice/rest/server.php?wstoken=[YOURTOKEN]&wsfunction=local_wsgetusercourses&userid=18&moodlewsrestformat=json

Parameters

int  Default to "null" //The ID of the user"

Returns

object {
    cohorts list of (
        object {
            id int   //Cohort ID
            shortname string   //Cohort id number
            fullname string   //Cohort name
        }
    )
}

Change log

About

This plugin can be used to retrieve the courses of a given user in Moodle by providing the USER ID

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages