GET /reports/users/filtered/learningpaths/
Description
Generates user learningpath report based on user_filter parameter.
Endpoints
GET /reports/users/filtered/learningpaths/?user_filter=
GET /reports/users/filtered/learningpaths/page{#}/?user_filter=
GET /reports/users/filtered/learningpaths/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 learningpath_id, learningpath_name, user_id, username, status, type, start_date, completion_date based on user_filter parameter.
[
{
"learningpath_id": "9",
"learningpath_name": "New Hire",
"user_id": "1",
"username": "ad73665",
"status": "incomplete",
"type": "active",
"start_date": "20230921",
"completion_date": ""
},
{
"learningpath_id": "1",
"learningpath_name": "Supervisors",
"user_id": "1",
"username": "ad73665",
"status": "complete",
"type": "active",
"start_date": "20230914",
"completion_date": "20230920"
}
]
Description
Generates user learningpath report based on user_filter parameter.
Endpoints
GET /reports/users/filtered/learningpaths/?user_filter=GET /reports/users/filtered/learningpaths/page{#}/?user_filter=GET /reports/users/filtered/learningpaths/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 learningpath_id, learningpath_name, user_id, username, status, type, start_date, completion_date based on user_filter parameter.
[ { "learningpath_id": "9", "learningpath_name": "New Hire", "user_id": "1", "username": "ad73665", "status": "incomplete", "type": "active", "start_date": "20230921", "completion_date": "" }, { "learningpath_id": "1", "learningpath_name": "Supervisors", "user_id": "1", "username": "ad73665", "status": "complete", "type": "active", "start_date": "20230914", "completion_date": "20230920" }]