GET
/integration/v1/groups/{group_id}/assignments/learning_paths
Find LP assignments for group by id
Find LP assignments for group by id
operationId Find LP assignments for group by id
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
group_id
|
string (uuid) | required | Group id |
Responses
200
application/json body
| Field | Type | Required | Description |
|---|---|---|---|
(array)
|
array | optional | Assignments data |
learning_path_assignment_id
|
string (uuid) | optional | Learning path assignment id |
learning_path_id
|
string (uuid) | optional | Learning path id |
user_id
|
string (uuid) | optional | User id |
group_id
|
string (uuid) | optional | Group id |
total_courses
|
integer | optional | Total courses |
courses_total_duration
|
integer | optional | Courses total duration |
number_passed_courses
|
integer | optional | Number of passed courses |
total_course_lists
|
integer | optional | Total course lists |
total_progress_time
|
integer | optional | Total progress time |
progress
|
integer | optional | Progress 0-100 |
title
|
string | optional | Title |
description
|
string | optional | Description |
assigned_date
|
string (date) | optional | Assigned date |
access_opens_date
|
string (date) | optional | Access opens date |
access_closes_date
|
string (date) | optional | Access closes date |
to_all
|
boolean | optional | Is assigned to all users ? |
412 Invalid parameters
500 Server error
512 Specification violations