Certificates
This page contains automatically generated documentation, based on the docstrings in the code.
GetAllCertificatesJSON()
Return all certificates as JSON
Source code in iqm_interq_dash/iqm/certificates.py
30 31 32 33 34 35 36 37 38 | |
GetCertificate(certificate_name, certificate_number, created)
Get certificate by name, number and valid date
Source code in iqm_interq_dash/iqm/certificates.py
55 56 57 58 59 60 61 62 63 64 65 | |
GetCertificateJSON(certificate_name, certificate_number, created)
Return named certificate as JSON
Source code in iqm_interq_dash/iqm/certificates.py
41 42 43 44 45 46 47 48 49 50 | |
GetCertificateValue(certificate, field)
Get value for a field in single certificate
Source code in iqm_interq_dash/iqm/certificates.py
83 84 85 86 87 88 | |
GetCertificateValues(certificates, field)
Get all values for a field in single certificate
Source code in iqm_interq_dash/iqm/certificates.py
92 93 94 95 96 97 98 99 | |
GetCertificates(certificate_name, certificate_numbers)
Get certificate by name, number and valid date
Source code in iqm_interq_dash/iqm/certificates.py
69 70 71 72 73 74 75 76 77 78 | |