GET /reports/users/filtered/archived/
Description
Generates user archived report based on user_filter parameter.
Endpoints
GET /reports/users/filtered/archived/?user_filter=
GET /reports/users/filtered/archived/page{#}/?user_filter=
GET /reports/users/filtered/archived/count/?user_filter=
Required Parameters
user_filter : (user-search-phrase) as described here
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 users based on user_filter parameter.
[
{
"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 based on user_filter parameter.
Endpoints
GET /reports/users/filtered/archived/?user_filter=GET /reports/users/filtered/archived/page{#}/?user_filter=GET /reports/users/filtered/archived/count/?user_filter=
Required Parameters
user_filter : (user-search-phrase) as described here
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 users based on user_filter parameter.
[ { "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" }]