GET /certifications/list/
Description
Lists active, inactive or all certification programs.
Endpoints
GET /certifications/list/active/
GET /certifications/list/inactive/
GET /certifications/list/all/
Returns id
and name
for each result.
[
{
"id": "1",
"name": "Forklift Operator"
},
{
"id": "2",
"name": "Safety"
}
]