Skip to main content

All Questions

Tagged with
-1 votes
1 answer
428 views

Is the sending of data to moodle REST API limited?

I'm using moodle 3.5, I'm trying to send an array of 2308 (user/corresponding cohort) to the external function 'core_cohort_add_cohort_members' by POST, the answer of the API is : array(3) { ["...
Theopep's user avatar
  • 11
2 votes
1 answer
1k views

RESTful webservice Moodle plugin Authentication fails

I am using moodle rest plugins for mobile web-services and from this tutorial I have enabled rest API and other related services as per the documentation when I try to test the web service then I got ...
user3031108's user avatar
2 votes
1 answer
2k views

How to change user image in moodle with REST api

I am using Moodle 2.7.4. I am writing a web application that uses moodle REST APIs. But I couldn't find an API to change User profile picture. Can anybody tell me what the API is and its docs. PS: ...
Harikrishnan's user avatar
  • 3,744
0 votes
1 answer
1k views

Function mod_scorm_insert_scorm_tracks "Invalid parameter"

I have problem with a WebService function for moodle callen "mod_scorm_insert_scorm_tracks" This function is used for inserting track information (i.e. star time) of a user in his SCORM progress. ...
rfcabal's user avatar
  • 119
1 vote
2 answers
2k views

Moodle: web service call to get assignments under course

I have an application where I need to fetch records from Moodle using the core Web Service API. I am receiving courses and categories with the following API calls: core_course_get_courses ...
TechNo's user avatar
  • 645