Sign in to enhance your access to articles, forums, and events—and to participate by sharing insights, engaging in discussions, and connecting with your network of edtech peers.
Via SIS Import see successfully created new group CSV File: group_id,group_category_id,name,status G987654,GC10,Group1,available However, when use (or within server URL) <SPAN class="pln">curl https</SPAN><SPAN class="pun">://<</SPAN><SPAN class="pln">canvas</SPAN><SPAN class="pun">>/</SPAN><SPAN…
Via SIS Import see that api/v1/accounts/1/sis_imports successfully create new group category (under root), but where to see this in GUI? CSV File: group_category_id,category_name,status GC10,First Group Category Test,active
Used api/v1/accounts/1/sis_imports to import one new (sub account) in accounts.csv file and do not see an error when check with corresponding api/v1/accounts/1/sis_imports/ However, do not see the sub account in GUI.
If you are uploading CSV Imports (or zip files) to the SIS Imports API and are using PowerShell, would you care to share your syntax for setting up the Invoke-WebRequest? Thanks
Hello. In addition to our main Canvas environment (cloud-based) that we use for our faculty and students, we have a separate Canvas environment that is locally hosted on-site. We have many things locked down in this environment for various reasons. We have folks from our IT department who take care of the local install and…
I have been working on an Outcomes script to help facilitate our accreditation efforts. Part of the script involves adding Outcomes to courses automatically, but in order to do this, I need to get the Root Outcome Group ID for a course to put the Outcomes into based on the information from this community…
Hello all! New Canvas user here, and we're just getting into the swing of starting to build our first courses. We would like, if possible, to modify the text on the page students see when they go to a class that is not yet available to them (usually because it's start date hasn't happened yet). Is there a way we can do…
Each time use api/v1/accounts/1/sis_imports with different first_name and last_name, the corresponding record is updated, but Override UI option is not selected. Is this expected?
My app needs to be able to view an assignment page - I request it like so by querying the html_url field of the assignment object: GET /courses//assignments/ HTTP/1.1 Authorization: Bearer 7~wWREGjPjZnw... But instead of getting the assignment I get redirected to the login page, after which it goes to the assignment. Does…
Hi, I am trying to get assignment submissions for a student whose enrollment from course is deleted, I am using the Get All Submissions API I walked through different apis, but couldn't dins a way to get these... Any help appreciated Thanks!
Seeing "Couldn't find Canvas CSV import headers" in response, but what does this mean?
This is the same as a post in the Admin Group, and in . a few other places going back to 2015. Is there a way to style the audio player to remove the default icon. I know you can replace the default player, but functionally it is the best one with overall browser compatibility. This post covers…
---Problem--- Oauth endpoint post token service throwing 400 response with below mentioned error. I have used correct endpoint with parameters and used post method to call the URL /login/oauth2/token" target="_blank" rel="nofollow noopener noreferrer">https:///login/oauth2/token. My JWT data is valid as perjwt.io debugger…
Is the Chat LTI tool available for a self-hosted instance? Either open source or for purchase? https://community.canvaslms.com/t5/Canvas-Basics-Guide/What-is-Chat/ta-p/63
Hi, I'm developing an integration using the Canvas API and we desperately need the essay question answer text available via the API. Getting it via file download is not acceptable. The 'undocumented feature' mentioned in…