UserCertificate
Resource
Certificates
Module
Endpoints | URI | Access Control | Description |
---|---|---|---|
get | GET /api/UserCertificate/get |
Admin or Module READ | |
find | GET /api/UserCertificate/find |
Admin or Module READ | |
save | POST /api/UserCertificate/save |
Admin or Module WRITE | |
save-batch | POST /api/UserCertificate/save-batch |
Admin or Module WRITE | |
delete | POST /api/UserCertificate/delete |
Admin or Module WRITE |
Property | Type | Description |
---|---|---|
id |
number | |
slug |
string | |
user_id |
number | |
front_image_id |
number | |
back_image_id |
number | |
cert_name |
string | |
cert_number |
string | |
issuing_org |
string | |
instructor_name |
string | |
training_location |
string | |
issue_date |
date | |
expiry_date |
date | |
never_expires |
boolean | |
archived |
boolean | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
Setting | |
---|---|
Pagination Limit (when page parameter is set) |
None |
Default Sort Order |
expiry_date DESC |
Related Resource | Key | Relationship to UserCertificate | Property |
---|---|---|---|
User | user_id |
Belongs To | User |
CertificateUpload | back_image_id |
Belongs To | BackImage |
CertificateUpload | front_image_id |
Belongs To | FrontImage |
UserCompanyCertificate | user_cert_id |
Owns Many | UserCompanyCertificate |