List Waiting List
Query parameters
-
Global search
-
Current page
-
Number of items per page
-
Determines if all items are selected
-
App\Classes\WaitingLists\Models\WaitingList Filters: 0, 1, 2
Hide where attributes Show where attributes object
-
App\Classes\WaitingLists\Models\WaitingList Sorting by createdAt
GET
/v1/waiting-lists/
curl \
--request GET 'https://localhost/v1/waiting-lists/'
Response examples (200)
{
"data": [
{
"id": "loc_xxxxxxxxxxx",
"companyId": "co_123123123123",
"classId": "cls_123123123123",
"studentId": "stu_123123123123",
"createdAt": "2023-12-05 14:30:41"
}
],
"pagination": {
"total": 15,
"count": 10,
"perPage": 10,
"currentPage": 1,
"totalPages": 2
}
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}