GET /reports/users/all/archived/
Description
Generates user archived report for all users.
Endpoints
GET /reports/users/all/archived/
GET /reports/users/all/archived/page{#}/
GET /reports/users/all/archived/count/
Notes
- These endpoints return paginated results, therefore having
/page{#}/ and /count/ endpoint variants to read and control the results delivered
Returns course_id, course_name, user_id, username, progress, score, start_date, completion_date, type for all users.
[
{
"course_id": "0",
"course_name": "AAA Course",
"user_id": "2",
"username": "arc9255",
"progress": "100",
"score": "65",
"start_date": "",
"completion_date": "",
"type": "imported"
},
{
"course_id": "1",
"course_name": "Spanish",
"user_id": "1",
"username": "adi544",
"progress": "100",
"score": "90",
"start_date": "",
"completion_date": "",
"type": "archived"
}
]
Description
Generates user archived report for all users.
Endpoints
GET /reports/users/all/archived/GET /reports/users/all/archived/page{#}/GET /reports/users/all/archived/count/
Notes
- These endpoints return paginated results, therefore having
/page{#}/and/count/endpoint variants to read and control the results delivered
Returns course_id, course_name, user_id, username, progress, score, start_date, completion_date, type for all users.
[ { "course_id": "0", "course_name": "AAA Course", "user_id": "2", "username": "arc9255", "progress": "100", "score": "65", "start_date": "", "completion_date": "", "type": "imported" }, { "course_id": "1", "course_name": "Spanish", "user_id": "1", "username": "adi544", "progress": "100", "score": "90", "start_date": "", "completion_date": "", "type": "archived" }]