-
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.…
-
No option to insert image/video/document in RCE
Hi, I have a self-hosted Canvas instance. I don't have the options to insert images/video/documents in the Rich Content Editor (e.g., in discussions). Is there a setting to get this enabled? Thanks!
-
Sort order/algorithm rules?
Does anyone have a good handle on how Canvas sorts certain items in certain areas? I know there's some sort of lexicographical routine that will do things like make the number 10 come right after the number 1 in certain situations. Here's a series of pages that have to-do dates filled in for the exact same time of 11:59pm,…
-
Global Javascript in canvas lms
Hi, I have a custom javascript, I need to add it to my global Javascript, any ideas on how to add it to my existing global JS? Thanks
-
Trying to use LTI 1.3 NRPS on canvas test environment, but get token error
Hello, We're planning to enable Names and Roles Provisioning Service on our LTI1.3. tool, but were not be able to obtain an auth access token from beta or test environment to retrieve the user enrollments from the course on the claim (attached error). We could obtain auth access token to retrieve enrollments in canvas…
-
Unable to generate access token from LTI tool in dev (localhost)
I am attempting to generate an access token from my LTI tool using the `POST login/oauth2/token` endpoint and the grant_type "client_credentials", but I am unable to get a successful response. I've tried multiple approaches, but the only response I get is a 500 error with the html that makes this page. I am looking for…
-
How to batch change all of my LTI course links so they open in a new tab?
I have imported several hundred LTI links into my course from an LTI thin common cartridge. The links work well from a desktop browser, but when my students try to follow the same links on an sixth generation iPad using iOS 14 and Safari, the links fail because of how the content shows within an iFrame inside the Canvas…
-
Using Canvas API to turn off Turnit In for an Assignment
Does Canvas API have the ability to turn off Turnit In for a given assignment. I have seen a few places on the forum that folks are unable to turn on the feature, so I wanted to verify.
-
Postman Paging
I've seen the posts from several years ago about this topic, but I've yet to actually find an answer yet, so I thought I'd ask here again. Has anyone found a way in Postman to automatically follow Next links in order to get a complete list in one output? For example, using /api/v1/accounts/:account_id/terms, has anyone…
-
Canvas Commons API - user search oddities
This is something you can see in the user interface, which uses the API if you look at the network panel of your browser developer tools. When adding a user to a group, the search returns non-matching results. If you search with quotes you get fewer results unless you have punctuation, e.g. spaces, or even an email…
-
Custom fields not showing up in self-hosted version
Hi, I think (?) I'm following the documentation in creating custom fields for an LTI 1.3 app: { "title": "Adapt", "scopes": [ "https://purl.imsglobal.org/spec/lti-ags/scope/lineitem", "https://purl.imsglobal.org/spec/lti-ags/scope/lineitem.readonly", "https://purl.imsglobal.org/spec/lti-ags/scope/result.readonly",…
-
How can I find term id for a course programatically or via Web Interface?
I run a script that I created in Python and I use the term_id fo filter some of my results. I want to know if is it possible to find the respective term id for a course using the course id? The answer could be programatically or via Canvas Web Interface.