Quantcast
Channel: Web services
Browsing all 2361 articles
Browse latest View live

Strange behavior mod_scorm_insert_scorm_tracks

by Mark Achten.  He.I'm using mod_scorm_insert_scorm_tracks to write data to the database as a web service. Adding 27 items in the tracks array works fine, adding the 28th returns a 404. No idea...

View Article


Re: Strange behavior mod_scorm_insert_scorm_tracks

by Mark Achten.  Mmm, I think I might be running into url max length limitations....

View Article


Re: Strange behavior mod_scorm_insert_scorm_tracks

by Mark Achten.  Got it. Don't know why but all of a sudden I got the POST working.

View Article

enrol_manual_enrol_users returns null on fails

by davide wisdom.  Hello everybody,I'm writing a php client for my moodle web services using SOAP. Right now i am able to succesfully call 'core_user_get_users' and get a correct response,but i'm stuck...

View Article

Dynamic Tokens for API

by syed shaffeque.  Hi, I am in need of a help regarding moodle API. Is there any option to create dynamic token, when API is called everytime?Currently i am getting the same token when i...

View Article


Re: Web service API for fetching course price , start date, end date.

by syed shaffeque.  Use this API instead core_course_get_courses, where you can fetch all course information. the logic is likecore_course_get_courses.  (API function name defines its path)1. Core :...

View Article

Re: Dynamic Tokens for API

by syed shaffeque.  Got SolutionTo make dynamic API,  delete the existing record in 'external_token'.  Then on your each request there will be dynamic tokens inserted.Delete the record in...

View Article

How to read completion criteria API to get course data.

by Aniket Sankpal.  I am using core_course_get_contents I want to know the activity restriction criteria.I am getting something like this in...

View Article


User activity access

by Aniket Sankpal.  How to know whether the user has access to the specific course activity or not using API function.I am using moodle version 3.2.I am searching API function whereby passing user id...

View Article


Myddleware plugin

by Greg Rudl.  Anyone have any experience with the Myddleware plugin? Not sure how to use the plugin as there's no documentation. I assume Myddleware makes integration easier to setup and maintain.

View Article

Re: Myddleware plugin

by Stéphane Faure.  Hi Greg,You can find our tutorials and documentation on this website : http://community.myddleware.com/Here is a direct link to a tutorial, the example is a connection between...

View Article

Re: Myddleware plugin

by Greg Rudl.  Great--just what I needed. What is the advantage/purpose of the Moodle Mylldeware plugin? On Wed, Apr 19, 2017 at 8:26 AM, Stéphane Faure (via Moodle.org) <

View Article

Re: Myddleware plugin

by Stéphane Faure.  Hi Greg,Myddleware allows you to transfer your data between applications like Moodle. Could you tell us what you need and we will be abble to help you ? Thanks.Stéphane

View Article


Re: Myddleware plugin

by Greg Rudl.  So what do I use to do that--the MW Moodle plugin, MW.com or the combination? On Wed, Apr 19, 2017 at 3:30 PM, Stéphane Faure (via Moodle.org) <

View Article

Re: Myddleware plugin

by Stéphane Faure.  Hi Greg,If you want just to create data in Moodle like create users, courses... (more details here :...

View Article


API not available to check user activity access

by Aniket Sankpal.  In Moodle 3.2 there is no Web service API function available which can check whether the user has access to the course activity or not.I am looking for an API function which can...

View Article

Create web Service Token with SAML

by Shaun Tyson.  Hi,We are using SAML to authenticate users from our adfs. We have a app that needs to create Security keys or tokens. I've seen this URL used for creating tokens. However this doesn't...

View Article


Re: core_course_get_courses just course id and shortname

by Edwin Torn Broers.  Hi Jack,you use the options parameter to make selections on id(s). .....&wsfunction=core_course_get_courses&options[ids][0]=<course id>Kind regards, Edwin

View Article

Re: core_course_get_courses just course id and shortname

by Charan Sri.  Hello Edwin,Thanks for your post.When I tried to pass parameters like this "options[ids][0]=<course id>", I am getting an error from API.Error:  [debuginfo] => Unexpected keys...

View Article

Re: core_course_get_courses just course id and shortname

by Edwin Torn Broers.  Hi Charan,Just tried this one on our 3.1 system (with postman) to get information on courseid...

View Article
Browsing all 2361 articles
Browse latest View live