GET ./certificates/types/{categoryType}

  • The endpoint is designed to retrieve all certificate types based on a given category type. The category type can be one of the following: student_cert, diplomas.

Output example

[
{
"cerTypeID":1,
"cerTypeName":"Certificate Type 1",
"cerTypeCategory":"student_cert"
},
{
"cerTypeID":2,
"cerTypeName":"Certificate Type 2",
"cerTypeCategory":"student_cert"
},
{
"cerTypeID":3,
"cerTypeName":"Certificate Type 3",
"cerTypeCategory":"student_cert"
}
]