Tagged Questions
0
votes
0answers
28 views
Moodle Rest Console API For grades
I'm developing an app moodle public which will be a free app, and i have found few API's like token, login, user profile, participant list many more, but now for further API I searched on moodle core ...
0
votes
0answers
45 views
Webservice without token in moodle
I am beginner for webservice. I am writing a webservice in Moodle.
I would like to write one service for user sign up. In this case that user will not have any token or username+password.
How we ...
0
votes
1answer
27 views
Moodle: The user is not allowed for this service?
When I call a moodle webservice to get a token, I receive this message:
The user is not allowed for this service. First you need to allow this user on
the my_moodle_mobile_app's allowed users ...
2
votes
2answers
131 views
Web service in CMS such as DSpace, Moodle, EPrints, WordPress, Joomla, Open Journal System?
Hi I am a college student and a newbie in web service. I did some research about web services however, and I am going to add a web service to some websites in my institute to integrate data from them. ...
0
votes
1answer
65 views
Getting all calendar events in moodle using Web Services API
after the upgrade of my moodle to 2.5dev version I'm trying to get calendar events using core_calendar_get_calendar_events function in url:
...
0
votes
1answer
26 views
How to check the request handler in Moodle
I have some methods in a Moodle 2.3 plugin that may be called through browser or webservice (Soap).
How can I check which is the current request handler to return ou print messages and etc?
I'm ...
0
votes
1answer
170 views
Access Moodle webservices
I am trying to communicate with a moodle2 instance via json web service protocol. I can't get it working, no matter how long I tried. I generated an API key which I use for calling the following url ...
1
vote
0answers
326 views
How to create web-service in Moodle and using it with Android client
I dont know whether this question has been previously asked or not but before asking here, I searched through SO and also googled a lot, but did not get any proper solution.
I am working on an Android ...
0
votes
1answer
72 views
Moodle-Mahara Integration Automaticall Creating groups & assigning users to groups in Mahara
I have a functional integrated system of Moodle (2.2) and Mahara (1.4) connected with mnet.
I was wondering if below are possible:
If a course is created in Moodle, can a group be created in Mahara ...
1
vote
0answers
275 views
Why aren't my php moodle OK Tech webservice methods shown on my windows phone 7 project?
I'm a student and I'm building a Moodle client for Windows Phone 7 to learn about the interoperability between WP7 and PHP. First of all, of course I have to make a call to the Moodle webservice.
I ...