Custome Certificate validation via API

Custome Certificate validation via API

oleh Gareth Harris -
Jumlah balasan: 9
I know there is a way for people to verify a certificate via a link but I am looking to be able to do this automatically via an API.

For example, when a person uploads a certificate to an awarding body, their system does a check to confirm the key details of name, course, date and certifcate number.

Thanks Gareth
Rata-rata penilaian:Useful (1)
Sebagai balasan Gareth Harris

Re: Custome Certificate validation via API

oleh Mark Nelson -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari Plugin developers Gambar dari Testers
This would require writing a web service for the plugin. See https://docs.moodle.org/dev/Web_service_API_functions.
Rata-rata penilaian:Useful (1)
Sebagai balasan Mark Nelson

Re: Custome Certificate validation via API

oleh Gareth Harris -
Thanks Mark, is this something you can help with or can you point me to someone who can?
Sebagai balasan Gareth Harris

Re: Custome Certificate validation via API

oleh Mark Nelson -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari Plugin developers Gambar dari Testers
I'd contact a Moodle partner, like Catalyst IT (I used to work for them!). It will definitely require some dev work and I no longer work for Moodle HQ or Catalyst and also no longer do any Moodle development. I was a Moodle developer for 12 years and it was time to move onto something else. ;)
Rata-rata penilaian:Useful (2)
Sebagai balasan Mark Nelson

Re: Custome Certificate validation via API

oleh Luis de Vasconcelos -
Gambar dari Particularly helpful Moodlers
Thanks Mark.
Does this mean that you're no longer actively maintaining and/or developing the Custom Certificate (mod_customcert) plugin?
Rata-rata penilaian:Useful (1)
Sebagai balasan Luis de Vasconcelos

Re: Custome Certificate validation via API

oleh Mark Nelson -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari Plugin developers Gambar dari Testers
I maintain bugs and ensure it works as is but new features is a luxury. senyum
Rata-rata penilaian:Useful (2)
Sebagai balasan Mark Nelson

Re: Custome Certificate validation via API

oleh Luis de Vasconcelos -
Gambar dari Particularly helpful Moodlers
Thanks Mark.
Sebagai balasan Luis de Vasconcelos

Re: Custome Certificate validation via API

oleh Murilo Afini -

Hi Luis, 

Did you manage to work this out? This would be something that woudl really help in the process of launching a company internal app. 

Regards

Sebagai balasan Mark Nelson

Re: Custome Certificate validation via API

oleh Gareth Harris -
Hi Mark, we have finally found someone to do the API development. Is there any documentaion on where the certificate information, unique number etc is held in the database?
Thanks gareth
Sebagai balasan Gareth Harris

Re: Custome Certificate validation via API

oleh Mark Nelson -
Gambar dari Core developers Gambar dari Documentation writers Gambar dari Particularly helpful Moodlers Gambar dari Peer reviewers Gambar dari Plugin developers Gambar dari Testers
The unique code is held in the column 'code' in the 'customcert_issues' table. Good luck!