We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
homework-assignments
fields[homework]=title,done,dueDateTime&fields[subject]=label,color
homework-assignments/:homeworkId
teacher.person
users-mail-settings/:userId
'contacts', 'contacts.person', 'contacts.personContacts'
schools-info
attachments
Note that the following endpoints were untested:
POST communications
GET absence-files/:folderId
The text was updated successfully, but these errors were encountered:
Hello Vincent, Thank you for this detailed information. I'm working on the wrapper to take into account recent API changes.
Thanks again ;)
Sorry, something went wrong.
579b519
maelgangloff
No branches or pull requests
homework-assignments
: specifyingfields[homework]=title,done,dueDateTime&fields[subject]=label,color
is mandatory, unless the API fails with an NPEhomework-assignments/:homeworkId
: includeteacher.person
was removed. I don't think keeping it is an issue?users-mail-settings/:userId
: includes'contacts', 'contacts.person', 'contacts.personContacts'
were removed. Might be an issue?schools-info
: includeattachments
was removed. Might not be an issue?Note that the following endpoints were untested:
POST communications
GET absence-files/:folderId
The text was updated successfully, but these errors were encountered: