Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Talk:Creating a web service client

From MoodleDocs

I want to see report in student account of moodle mobile app. For that I have to call report API of particular course.

How can I make ajax or REST API call, that way I can get report in response?

--Zadok Lindt (talk) 09:16, 21 December 2018 (UTC) What do you mean? Perhaps you can clarify?

Duplication in example

In this example:

$ curl "...&moodlewsrestformat=json&wsfunction=core_user_create_users&moodlewsrestformat=json&users[0][username]=testuser&users[0][firstname]=Anne&users[0][lastname]=Example..."

why does &moodlewsrestformat=json occur twice? --Martin Poulter (talk) 17:38, 19 December 2024 (UTC)