visual studio 2013 - Moodle: web service call to get assignments under course -
i have application need fetch record moodle.
i receiving courses , categories following api calls. core_course_get_courses core_course_get_categories
but not able find right parameter(or may implementation wrong) mod_assign_get_assignments
i tried below
http://moodle/webservice/rest/server.php?wsfunction=mod_assign_get_assignments&moodlewsrestformat=json&wstoken=token&courseids[0]=27
can have idea how can assignments course?
please help
following method used fetch records under course in moodle
http://moodle/webservice/rest/server.php?wsfunction=mod_assign_get_assignments&moodlewsrestformat=json&wsfunction=core_course_get_contents&moodlewsrestformat=json&courseid=
Comments
Post a Comment