Activity Feed
- Got a Like for Re: Can anyone help with pulling current grades for specific list of users using the API?. 05-20-2022 11:44 AM
- Got a Like for Re: Can anyone help with pulling current grades for specific list of users using the API?. 08-06-2020 02:00 AM
- Posted Re: Can anyone help with pulling current grades for specific list of users using the API? on Canvas Developers Group. 04-11-2018 05:21 AM
- Got a Like for Can anyone help with pulling current grades for specific list of users using the API?. 04-11-2018 12:04 AM
- Got a Like for Re: Can anyone help with pulling current grades for specific list of users using the API?. 04-11-2018 12:04 AM
- Posted Re: Can anyone help with pulling current grades for specific list of users using the API? on Canvas Developers Group. 04-10-2018 04:32 PM
- Got a Like for Re: Can anyone help with pulling current grades for specific list of users using the API?. 01-09-2018 07:35 AM
- Posted Re: Can anyone help with pulling current grades for specific list of users using the API? on Canvas Developers Group. 01-08-2018 06:29 AM
- Posted Can anyone help with pulling current grades for specific list of users using the API? on Canvas Developers Group. 09-18-2017 08:31 PM
- Tagged Can anyone help with pulling current grades for specific list of users using the API? on Canvas Developers Group. 09-18-2017 08:31 PM
- Tagged Can anyone help with pulling current grades for specific list of users using the API? on Canvas Developers Group. 09-18-2017 08:31 PM
- Tagged Can anyone help with pulling current grades for specific list of users using the API? on Canvas Developers Group. 09-18-2017 08:31 PM
- Liked [New Quizzes] New Quizzes: Option to eliminate choices during a multiple matching quiz for prmjohnson. 03-14-2016 03:24 PM
- Liked [Inbox] Email (message) multiple classes at one time for emalates. 03-14-2016 03:12 PM
My Posts
Post Details | Date Published | Views | Likes |
---|---|---|---|
Can anyone help with pulling current grades for specific list of users using the API? I am new to the Canvas API and have basic python understanding. I can successfully make the API call to get course data with the enrollment grades for a user in JSON format. https:... |
09-18-2017 |
3527 |
1 |
04-11-2018
05:21 AM
Hi @jrboek , I would be interested in seeing this as well. Thanks, Justin
... View more
04-10-2018
04:32 PM
2 Likes
Hi Lisa, Here is the sample code I have. https://gist.github.com/jbdammeier/c01a6ec0d64339d363f04b93f8208c41 WIndows task scheduler runs it at specified times. It is written in Python 3.6.2. Take a look and let me know if you have any questions. I'm sure there is a simpler way to do this, but it works for us. Hope it helps! Justin
... View more
01-08-2018
06:29 AM
1 Like
Hi Stuart, Thanks so much for the reply. I was able to successfully parse the JSON data with python to generate the report I needed. I just forgot to come back and update this thread. Please let me know if you'd like to see a sample of the code I wrote. Justin
... View more
09-18-2017
08:31 PM
1 Like
I am new to the Canvas API and have basic python understanding. I can successfully make the API call to get course data with the enrollment grades for a user in JSON format. https://<domain>.instructure.com/api/v1/users/<user_id>/courses.json?include[]=total_scores&enrollment_state=active I just need to get the following data for courses in the active term for a specified list of students: Course Title computed current score computed current grade Trying to figure out the best way to parse the JSON data to get this information. Would anyone thsat has done something similar be willing to lend a hand?
... View more
Labels
- Labels:
-
Open API