About
werner_huysman1
Rank:
Community Participant
Title:
Joined:
Mar 22, 2018 8:25:07 AM
Posts:
31
Solutions:
8
Likes Received:
16
Bio:
An amazing Instructure Community member
Most Liked Posts
Hi,
the format is https://xxx.instructure.com/api/v1/calendar_events?context_codes[]=course_123. If you want to catch assignments, you have to provide the type-parameter, since the type defaults t...
Hi, I use this workaround:
go to https://canvas.school.com/graphiqlpaste this query (substitute the assignment id) in the query field:query MyQuery {
assignment(id: "70422") {
submission...
Hi,
you could achieve this in the html with a link of this format this: https://school.com/courses/11060/files/1796109/download, combined with target="_top".
Hi,
you must include the "column" key in the json, like this:
{
"column": {
"title": "StudentsEmployees",
"read_only": true
}
}
Hi, I agree with @matthew_buckett that Canvas Data is probably the best way to get such reports. Regarding your question about the Javascript, it is hard to tell what the problem is without seeing...
Most Recent Posts
Hi,for me this is working with a POST request to this url:{{base_url}}/api/v1/courses/XXX/quizzes/XXX/reports?quiz_report[report_type]=student_analysis&include=[file],which returns...
Hi,I get results with your API call, I guess it has something to do with the course-settings or the user-account of the teststudent. Do you get tabs in the response of this call with the user-id of yo...
Hi, I agree with @matthew_buckett that Canvas Data is probably the best way to get such reports. Regarding your question about the Javascript, it is hard to tell what the problem is without seeing...
hi,maybe you should check the docs about pagination: https://canvas.instructure.com/doc/api/file.pagination.htmlThe response to your API request returns a Link header which contains the link to the ne...
@jlubkinchavez That is correct.
Latest Badges
Instructure Community: 6 Year
6 Years with Instructure Community
2024-04-13
250 Logins Completed
2024-01-25
100 Logins Completed
2024-01-25
50 Logins Completed
2024-01-25