Re: Getting redirected to login page when using REST Web Service
by Agustín Rodríguez. Just in case that someone has the same problem: I was trying to use the IP address of the server as a hostname and it seems that (at least my Moodle installation) Moodle was...
View ArticleHow to know course is a free one or paid using webservice?
by Crazy Coder. In an API I want to get the courses that are paid courses. I have read the API documentation, the API 'core_course_get_courses' doesn't provide the information that whether it is a...
View ArticleRe: How to know course is a free one or paid using webservice?
by Juan Leyva. Hi,please check web services available here:https://docs.moodle.org/dev/Web_service_API_functionsYou have:core_enrol_get_course_enrolment_methodsandcore_course_get_courses_by_field
View ArticleAPI function not available
by Aniket Sankpal. Hi,Is there any web API available to fetch all the quiz data.I know some quiz API functions are already available but none of them give the actual quiz data. I want all question...
View Articlewebservice don't work after update
by Tascone Gaetano. I justperformedaupgrade from version2.9.2to version3.2.1.We use differentwbservicetoexternal siteand since thensomewebserviceno longer work,for...
View ArticleRe: webservice don't work after update
by Tascone Gaetano. used:http://[hostname]/webservice/rest/server.php?wstoken=[token]&wsfunction=core_enrol_get_enrolled_users&moodlewsrestformat=json&courseid=[idcourse]
View ArticleWeb Service with rebound
by Gaultier Tevz. Hi, I'm really new to Web Services, and I have a little question for you champions ! So, I have an URL to get informations in JSON, this URL is something like :...
View Articleworkflowstate for mod_assign_save_grades
by Joscha Zander. Hey folks,What are valid values for 'workflowstates" when using "mod_assign_save_grade" and "mod_assign_save_grades"? I cannot find anything usefull in the webservice api...
View Articlecore_course_get_courses just course id and shortname
by Jack Russell. Hi I set up a webservice with core_course_get_courses which is working fine.Is there a possibility to tetrieve only some fields, e.g. course id and shortname, instead of...
View Articleupdate course section description/title
by Joscha Zander. Hi folks,is it possible to update course sections (title and/or description) or topic names programmatically over webservice api? I stumbled across core_update_inplace_editable - but...
View ArticleRe: core_course_get_courses just course id and shortname
by Joscha Zander. are you working on webservice api with REST protocol activated?You can easily extract desired fields from the server response. It would help if you paste your code in here...best...
View ArticleRe: core_course_get_courses just course id and shortname
by Jack Russell. I got no code. I'm just a user...Is there an option for core_course_get_courses to restrict the output, sth like &wsfunction=core_course_get_courses&JUSTTHISFIELD?
View ArticleRe: core_course_get_courses just course id and shortname
by Joscha Zander. Not that i know. How are you calling the wsfunction? In a Webbrowser?
View ArticleRe: core_course_get_courses just course id and shortname
by Jack Russell. Yes, in a Webbrowser. Is there any other way on a windows machine?
View ArticleRe: core_course_get_courses just course id and shortname
by Joscha Zander. When you are just a user - why are you calling moodle webservices like that? Why don´t you simply use the moodle page? What are you trying to accomplish?
View ArticleRe: core_course_get_courses just course id and shortname
by Jack Russell. I have to transfer a course list from a moodle postgresqldatabase into a ms sql database on another system...
View ArticleCan anyone here help me in integration peoplesoft with moodle
by Michel Maher. I want to integrate peoplesoft with moodle over webservice to be able to transfer date from peoplesoft to moodle Please I need the solution for this problem AsapThanks in advance
View ArticleAPI Design for Moodle and Opensis
by tamrat tadesse. I am researcher in computer science domain.How can I design common API for moodle and opensis?
View ArticleRe: API Design for Moodle and Opensis
by Jason Hardin. Doesn't this already exist in the form of ims lis2?Moodle would need an enrollment and authentication plugin to support this standard.Another option is one roster.
View ArticleWeb service API for fetching course price , start date, end date.
by Talat Mirza. We are developing an app-based extension of the Moodle LMS with some additional, custom requirements.This Moodle integration will comprises student registration, enrollment, and sync...
View Article