Skip to content
New issue

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

Get absences or periods present/checked for student #84

Open
schwibach opened this issue Oct 1, 2022 · 0 comments
Open

Get absences or periods present/checked for student #84

schwibach opened this issue Oct 1, 2022 · 0 comments

Comments

@schwibach
Copy link

Hello,
I'm trying to make an API call to get information on whether a student was present on a specific day.
I am successfully calling

the WebUntis API endpoint
GET {{EAP_URL}}WebUntis/api/rest/extern/v1/students/{{id}}
and the OneRoster WebUntis API endpoints (with two different sets of credentials (for the iServ/Moodle integration in the section platform))

I'm trying to make an API call to this endpoint
GET {{EAP_URL}}WebUntis/api/rest/extern/v1/timetable
But I'm getting Error 403 "Access is denied".

Can any of you guys tell me how to make that call work?
Do I need to set up a different set of credentials with the the correct permissions? (if yes, how?)

Or is there a different endpoint that I can call to get the data needed?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant