Ability to fetch Course Summary file via core_course_get_courses webservice

Re: Ability to fetch Course Summary file via core_course_get_courses webservice

by happy daddy -
Number of replies: 0

Dear all. 

You might try execute this on your browser:

http://YOURWEBADDRESS/moodle/webservice/rest/server.php?wstoken=YOURTOKEN&wsfunction=core_course_get_courses&options[ids][0]=YOURCOURSEID&moodlewsrestformat=json

So you need to change this following value according your conditions. 
1. YOURWEBADDRESS.
2. YOURTOKEN. To generate token: Administration menu-Site administration - plugins - Web serices - manage tokens.
3. YOURCOURSEID. Kindly check the id on mdl_course on your database.