Re: Ri: Re: Umbraco LMS & Moodle - creating and enrol users with API?
by Aaron Harker. One thing I'll add, pay special attention to the structure of the data you are sending as it is very finicky.
View ArticleRi: Re: Ri: Re: Umbraco LMS & Moodle - creating and enrol users with API?
by David Delcò. OK, thanks again Aaron. I will sure pay attention ad test all on a test platform before any production use.
View ArticleRe: Adding users vial REST API
by romar vadelin. Hi there, i dont know if that is a copy paste of your exact code, but there seems to be a typo'passowrd' => '*****',If thats not it .. The complaint is about the parameter, not...
View ArticleRe: Adding users vial REST API
by Aaron Harker. No it weasn't a copy and paste, I retyped it and made a typo. I'm really not sure why doing it like that didn't work but I ended up defining each level of the array individually and...
View ArticlePagination of webservices
by Eduardo G. Hi,I have to read information for a very large instance (over 10k courses and 100k enrolments). Is there a way to paginate REST webservices calls? If not, what is the best way to extract...
View ArticleRe: Connecting make.com to Moodle API
by Ludwig Linnekogel. Hey Nils,I am hustling with the same challenge of connecting make and Moodle. Is it working for you now? If yes, how did you achieve it?Thank you,Ludwig
View ArticleRe: Pagination/Search of Moodle files?
by Eduardo Gomes. H Mary Gwozdz, did you find an answer for this?
View ArticleRe: core_course_get_courses_by_field / core_course_get_courses - paging options?
by Eduardo Gomes. H Sachin, did you find an answer for this?
View ArticleRe: Pagination/Search of Moodle files?
by Mary Gwozdz. No, this is as far as I got in my research.
View ArticleRe: Connecting make.com to Moodle API
by Ludwig Linnekogel. I found it: it's API Key parameter name: wsfunction API Key placement: in the query string Hope this helps people in the future
View ArticleAPI Role Permissions for core_user_get_users Function
by Ludwig Linnekogel. Hey Moodle Community,I have set up API access for my Moodle site by creating a user with a unique "api-role" that has specific permissions for API access.The API external web...
View ArticleRe: Connecting make.com to Moodle API
by Nils Klippstein. Cool, thank you so much! I haven't been looking into it for a while as we first need to generate more interest in the project. Now, I'm sort of mentally away from it, but hopefully...
View ArticleCall webservices without wstoken parameter
by Kia Kaviani. Hello Moodle team,I am programming for many years but I started to work on Moodle recently.I have created a web service for Moodle and everything works great while I am sending wstoken...
View ArticleSwagger YAML file
by Nicki Wassmann Brøchner. Hi everyone,I know that Swagger has been discussed a couple of times in the forum, and I know that it isn't something that Moodle is supporting at the moment. But I am...
View ArticleRe: Call webservices without wstoken parameter
by Kia Kaviani. Sorry, I made a typo, the filename is db/services.php
View ArticleCustom fields on user profile
by Mark Caple. Hi, I wonder if someone could tell me if I am doing this wrong. Below is the list of functions I am exposing in my webservice and I can successfully get courses and enrolled users...
View ArticleCourse loads from REST API but not web UI
by Dee Odee. Hello. I'm building an application that loads data from Moodle using the REST API. When I call core_course_get_courses, I get a course that doesn't show up in the Moodle UI. When I try to...
View ArticleRe: Course loads from REST API but not web UI
by Dee Odee. Never mind, I found it in the format field. In the "weird" course, it was set to site, and for the others, it was set to topics.
View ArticleRe: Adding users vial REST API
by Dee Odee. Hello, I'm in the process of doing something similar, but I keep getting an access control exception trying to create users via the API. Would you mind sharing how you were able to set...
View ArticleError on getting MOODLE Login API using postman
by amani minja. Hi, I am testing moodle login API using postman(https://learn.unhabitat.org/login/token.php?username=myusername&password=mypassword&service=myserviceand i am getting this error...
View Article