Certificates
It is used to manage certificates.
Endpoints
Type | URI | Description |
---|---|---|
GET | ./certificates/{id} | This endpoint retrieves the certificates with optional filtering by ID. If an ID is provided, it returns the certificate with that ID. If no ID is provided, it returns all certificates. |
POST | ./certificates | This endpoint creates a new certificate. |
PATCH | ./certificates/{id} | This endpoint updates the specified certificate. |
DELETE | ./certificates/{id} | This endpoint deletes a certificate with the given ID. |
GET | ./certificates/types/{categoryType} | This endpoint retrieves all certificate types based on the provided category type. |
GET | ./certificates/reasons | his endpoint retrieves all the reasons for certificates. |