List Lesson Adjustment
Query parameters
-
Global search
-
Current page
-
Number of items per page
-
Determines if all items are selected
-
App\Classes\LessonAdjustments\Models\LessonAdjustment Filters: 0, 1, 2, 3, 4, 5
Hide where attributes Show where attributes object
-
App\Classes\LessonAdjustments\Models\LessonAdjustment Sorting by
Responses
-
Paginated response
Hide response attributes Show response attributes object
-
Lesson Adjustment schema
Hide data attributes Show data attributes object
-
Lesson adjustment ID
-
Class ID
-
Company ID
-
Values are
cancelled-lesson,cancelled-class,changed-date,additional-lesson, ordelayed-start-class. -
Values are
additionordeduction. -
Start date
-
End date
-
Time
-
-
Pagination schema
-
-
Not authorized
GET
/v1/lesson-adjustments/
curl \
--request GET 'https://localhost/v1/lesson-adjustments/'
Response examples (200)
{
"data": [
{
"id": "lsad_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"classId": "cls_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"companyId": "co_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"reason": "cancelled-lesson",
"type": "addition",
"startAt": "2024-03-20",
"endAt": "2024-03-20",
"time": "21:30"
}
],
"pagination": {
"total": 15,
"count": 10,
"perPage": 10,
"currentPage": 1,
"totalPages": 2
}
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}