-
Error 500 for file uploads. Need help
Hey guys. I've been having this issue for the past two weeks and could really use some help. I am trying to upload files to my self hosted Canvas but for some reason the uploads result in an error 500. I have checked high and low trying to find the cause, but haven't been able to pinpoint it. So far I have determined that…
-
Have anyone successfully install Roll Call Attendance for self-hosted?
Hi everyone, I'm currently a self-hosted Canvas LMS. I have tried many, many ways to install Roll Call Attendance (with and without docker) but no success yet. Have anyone managed to install this plugin? Please help. Thank you very much in advance.
-
What is classified as a logout activity?
Hi there, I have been using the Authentication Log API (https://canvas.instructure.com/doc/api/authentications_log.html) to find out whether a student has logged in and out of Canvas. I wonder, what is classified as a "logout" activity on Canvas? Is the classification based on clicking the "Logout" button? My question…
-
More information about the use of History API?
Hi, I am trying to use the History API to find out when was the last time a student has performed some action on Canvas. (https://canvas.instructure.com/doc/api/history.html) I have two questions: 1. What type of activity does the History API records exactly? 2. How recent is the history? Is it data from last week, month,…
-
LTI 1.3, GET results with user_id filter
I'm pretty sure this is a bug in Canvas, and I submitted a ticket for it. Posting it here too in case anyone else runs into it. We are a tool provider, and want our application to use the LTI 1.3 lineitem/results endpoint, to GET results filtered by a “user_id” query parameter. This is described in the AGS spec at:…
-
"rel" pagination header broken when listing courses?
When requesting a list of courses from the API, the "Link" header comes incomplete for some reason. (URL of my instance changed to [my institution] in the examples) Interesting that it only breaks when requesting a list of courses, but not when requesting a list of something else (Submissions in the example below). Having…
-
How can I display a ModuleItem in C# WPF?
When I send a request to get a ModuleItem and go to one of the 'url' s that it gave me, it shows everything from the sidebar to the global navigation. Alright. I guess I'll use the Show Page API then. I get the 'body' part of my response and I put it into my browser. EDIT: It seems like I can't send pictures. I'll send the…
-
Making a course by API (C#): Unauthorised
I sent the request to https://{domain}/api/v1/accounts/1/courses?access_token={token} because I did not know what Account ID to put in. I have a free account and can make courses via the browser. How can I get the account ID that I can use?
-
accessing canvas zoom integration
can anyone give me some pointers to APIs that relate to the canvas zoom integration? i'd like to write a command-line tool that will publish a zoom cloud recording for a course.
-
python canvasapi to get assignment group grades
i'm trying to pull grades for students using the python canvasapi. using get_enrollments, i can get the course grade, but i'd like to get the students' grades for each assignment group. for example, i have assignment groups for midterm1, midterm2, final, and programming assignments. is that available through Enrollment, or…
-
Canvas Submissions API -- 401 error with one specific student on one specific assigment
Using the submissions api (/api/v1/courses/:course_id/assignments/:assignment_id/submissions), I'm testing out making submissions to assignment as students. I'm using an admin account with masquerading permissions. Overall, it works fine, I can make submissions as any student to any assignment, EXCEPT one specific student…
-
Which attributes of LTI 1.1 AGS can be independently updated?
Hello, I was trying to find out Which attributes of LTI 1.1 AGS can be independently updated? so try to update attributes according to canvas lms REST api documentation. but same error occurred every time when I try to update a assignment. can anyone guide me to find out how to solve this & mention resources also. error:…
-
Which attributes of LTI 1.1 AGS can be used to query for assignments?
Hello, I was trying to find out which attributes of LTI 1.1 can be used to query for canvas assignments and couldn't able to search assignments using any attributes(using attributes as a request parameters). I want to know that assignments can be query by only using id path variable? or if there are any attributes that can…
-
Assign classes to subaccounts through API
Hello, We are beginning to break the Root account up into subaccounts for reporting purposes. Our vendor that is providing the programming for the SIS states that he cannot find any documentation for assigning classes to subaccounts in the API information. Our CSM stated that many schools do this. Can someone direct me to…
-
CanvasDataCli only working in NodeJS Command Prompt
We just reinstalled CanvasDataCLI on a machine where it was previously installed under a different account. After the install, the command CanvasDataCli is still unrecognized. I then ran the installer under a "NodeJS Comand Prompt" and found that it worked, but only when using CanvasDataCli with the NodeJs Command prompt.…