We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264cf99 commit adb4e3aCopy full SHA for adb4e3a
vulcan/_api_helper.py
@@ -77,6 +77,7 @@ async def get_list(
77
if not message_box:
78
raise AttributeError("No message box specified.")
79
query["box"] = message_box
80
+ query["pupilId"] = student.pupil.id
81
82
if date_from:
83
query["dateFrom"] = date_from.strftime("%Y-%m-%d")
vulcan/_endpoints.py
@@ -18,7 +18,7 @@
18
DATA_GRADE_SUMMARY = "grade/summary"
19
DATA_GRADE_AVERAGE = "grade/average"
20
DATA_HOMEWORK = "homework"
21
-DATA_MESSAGE = "messagebox/message"
+DATA_MESSAGE = "messages/received"
22
DATA_MESSAGEBOX = "messagebox"
23
DATA_TIMETABLE = "schedule"
24
DATA_TIMETABLE_CHANGES = "schedule/changes"
0 commit comments