Certificates

It is used to manage certificates.

Endpoints

TypeURIDescription
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./certificatesThis 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/reasonshis endpoint retrieves all the reasons for certificates.