UserCompanyCertificate Resource
Certificates Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| save | POST /api/UserCompanyCertificate/save |
Admin or Module WRITE | |
| find | GET /api/UserCompanyCertificate/find |
Allowed with an active employment connection | |
| get | GET /api/UserCompanyCertificate/get |
Allowed with an active employment connection | |
| save-batch | POST /api/UserCompanyCertificate/save-batch |
Admin or Module WRITE | |
| delete | POST /api/UserCompanyCertificate/delete |
Allowed with an active employment connection |
| Property | Type | Description |
|---|---|---|
id |
number | |
slug |
string | |
tenant_cert_id |
number | |
user_cert_id |
string | |
user_cert_accepted |
boolean | |
message_thread_id |
number | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
None |
| Default Sort Order | By insertion order |
| Related Resource | Key | Relationship to UserCompanyCertificate | Property |
|---|---|---|---|
| UserCertificate | user_cert_id |
Belongs To | UserCertificate |
| CompanyCertificate | tenant_cert_id |
Belongs To | CompanyCertificate |
| MessageThread | message_thread_id |
Belongs To | MessageThread |