-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call list of certificates for a user via API #419
Comments
This would require creating a web service. See https://docs.moodle.org/dev/Web_services. :) I don't have time to create that right now, sorry. |
@mdjnelson I can see in our Moodle web service endpoints which (as I understand) already come from the customcert:
So does it means that to get the list of issued certificates (for a user or total) it would be sufficient to add a method there? |
Yes those are the ones that I wrote in for the rearranging of elements page. If you create another one please create a PR I can review. :) |
This does not resolve Call list of certificates for a user via API mdjnelson#419 as that specifies getting certificates for a user, not from a date. Added filter userid and customcertid
This does not resolve Call list of certificates for a user via API mdjnelson#419 as that specifies getting certificates for a user, not from a date. Added filter userid and customcertid
Hi,
We are using the certificate module in moodle but our front-end site uses a different CMS and only makes calls to the moodle platform via the API.
Is there any way to send a request via the API to know if user X has any certificate available ?
Many thanks in advance for your help !
Lt
The text was updated successfully, but these errors were encountered: