GET /reports/users/all/certifications/
Description
Generates user certifications report for all users.
Endpoints
GET /reports/users/all/certifications/
GET /reports/users/all/certifications/page{#}/
GET /reports/users/all/certifications/count/
Notes
- These endpoints return paginated results, therefore having
/page{#}/
and/count/
endpoint variants to read and control the results delivered
Returns program_id, program_name, user_id, username, certification_number, method_earned, issue_date, renewed_date, expire_date
for all users.
[
{
"program_id": "0",
"program_name": "Supervisors (3rd Party)",
"user_id": "1",
"username": "ad56617",
"certification_number": "1234ABCsd",
"method_earned": "manual:program133",
"issue_date": "20220901",
"renewed_date": "20220901",
"expire_date": "20241202"
},
{
"program_id": "35",
"program_name": "Office Policies",
"user_id": "14",
"username": "zht56617",
"certification_number": "SCCEU0911233155",
"method_earned": "course:1084",
"issue_date": "20230911",
"renewed_date": "20230911",
"expire_date": "20240910"
}
]