Re: TRACK and TRACE HTTP Methods
by Matteo Scaramuccia. Hi Brian,TRACK and TRACE are HTTP Methods you should disable in the Web Server serving the Moodle pages. Moodle is not a Web Server.Moodle runs on top of...
View ArticleRe: TRACK and TRACE HTTP Methods
by Brian Ball. So I did find this article based on my Apache version running 2.4.52:https://www.linuxcnf.com/2017/08/how-to-disable-tracetrack-in-apachehttpd.html" This worked perfectly as the article...
View ArticleNeed help with mod_data_update_entry in combination with textarea field
by corvus albus. Hello together,I'm trying to update an textarea field via rest api. While I'm successful with simple text fields, updating textarea fields does not work. I get an errormessage like...
View ArticleRe: Date field is not updated with mod_data_update_entry
by corvus albus. Hi Tomeu Rosselló,just found the answer to your problem in https://github.com/moodle/moodle/blob/master/mod/data/field/date/field.class.php and in...
View ArticleRe: Need help with mod_data_update_entry in combination with textarea field
by corvus albus. O.k. found it: there must be an empty subfield-entry for the "text": https:///webservice/rest/server.php? wstoken=& wsfunction=mod_data_update_entry&...
View ArticleRe: Need help with mod_data_update_entry in combination with textarea field
by corvus albus. Something went wrong with formatting. Hope it works now. Replace <entryid> und <filedid> by the corresponding ids.https:///webservice/rest/server.php? wstoken=&...
View ArticleGet Survey Answers
by Tiago Francisco. Hello. I'm trying to get the survey answers from the API but can't find the specific endpoint function to do so. First of all, is it even available?Can anyone please tell me if it...
View ArticleHow to update a user via core_user_update_users in Postman
by Marc Bonten. Hello,first of all sorry if my question has been answered somewhere already but after looking for a time i havent come close to finding said answer.I want to be able to update a user...
View ArticleIs it possible to obtain the weight assigned to an item from the webservice?
by Metaconsultec meta. Hello everyone,Is it possible to obtain the weight assigned to an item from the webservice?Thanks and regards
View Articleuserkey authentication plugin
par Ahmet Güneş. Hello i want to create one time url using userkey authentication plugin but when i try to create a url i get an error which is invalid parameter value detected my moodle version is...
View ArticleAPI for question bank data
by suraj shukl. How to fetch Question bank data through API ?we are not able to get any API from Moodle to fetch question bank database.
View ArticleRi: userkey authentication plugin
by Nicola Vallinoto. Hi Ahmet, I use the web service and it works well. As parameter I used: user[username] = 'value' Which parameter are you using ? Nicola
View ArticleWeb (Rest/SOAP) API for Moodle Question Bank
by tester dev. Hi All, I am looking at various open source software stacks for a project I am doing which closely resembles Question Bank/Quiz. Moodle looks very promising but I am not clear yet on...
View ArticleYnt: Ri: userkey authentication plugin
by Ahmet Güneş. Hi Nicola i am using email as a parameter curl -H "Content-Type: application/json" --request POST --data...
View ArticleRi: Ynt: Ri: userkey authentication plugin
by Nicola Vallinoto. Hi, I use postman to launch webservice. Here my...
View ArticleRe: API for question bank data
by suraj shukl. Hi All, we are waiting your support for this. Please help for fetch Question bank data through API.
View ArticleYnt: Ri: Ynt: Ri: userkey authentication plugin
by Ahmet Güneş. Hi, actually my boss did not want to use postman for this and i found a different solution for this error thanks for helping me
View ArticleRe: API for question bank data
by suraj shukl. Hi Marcus Green, Thank you for your response. I didn't find much details on this. I have checked the url(https://docs.moodle.org) for Question bank API and Question engine API but...
View ArticleRe: API for question bank data
por Marcus Green. The Mobile app makes extensive use of web services for end user calls to questions and you can find the code herehttps://github.com/moodlehq/moodleapp/ Another source is to see how...
View Article