You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we use the Moodle tool in the organization to conduct training. In each unit we are required to verify that a particular employee has completed a particular course. We would like to create automation for this, but the plugin in the current version prevents us from doing so.
Could you please create an simple API similar to the /mod/customcert/verify_certificate.php page?
After querying this page with the POST method with the content code: xyz and with the header Content-Type: application/json it could return the following data:
Hello 👋,
we use the Moodle tool in the organization to conduct training. In each unit we are required to verify that a particular employee has completed a particular course. We would like to create automation for this, but the plugin in the current version prevents us from doing so.
Could you please create an simple API similar to the
/mod/customcert/verify_certificate.php
page?After querying this page with the
POST
method with the contentcode: xyz
and with the headerContent-Type: application/json
it could return the following data:The text was updated successfully, but these errors were encountered: