Description: This API wil listed the all course participant group.
URL:- https://apps.quickerlearning.com/api/courseParticipantGroup
Method: POST
AUTHORIZATION:
Type: Basic Auth
UserName: tenant_id,
Password:secret_key
HEADERS:
Accept: application/json
Response Body:
{
“message”: “List Course Participant Group successfully”,
“status”: 200,
“data”: [{
“GroupId”: 1,
“GroupName”: “abc”,
“Company Name”: “Quickerlearning AB”,
“Students”: [{
“user_id”: 37,
“Name”: “Niklas Johansson”
}],
“Courses”: [
{
“course_id”: 35,
“Course Name”: “Arbetsmiljö”
}
],
“Course Packages”: []
},
{
“GroupId”: 2,
“GroupName”: “ABC Group”,
“Company Name”: “Jacobs Ltd”,
“Students”: [
{
“user_id”: 24,
“Name”: “Wlliam Johnathan”
},
{
“user_id”: 195,
“Name”: “Test”
}
],
“Courses”: [
{
“course_id”: 56,
“Course Name”: “comment course”
},
{
“course_id”: 35,
“Course Name”: “Arbetsmiljö”
},
{
“course_id”: 18,
“Course Name”: “Bachelor of Social Work”
},
],
“Course Packages”: [
{
“user_id”: 2,
“Package Name”: “Assertiveness Skills”
}
]
}]
