Activity Feed
- Got a Like for Re: Is it possible to delete an user using Canvas API?. 08-06-2020 02:00 AM
- Got a Like for Re: Is it possible to delete an user using Canvas API?. 08-06-2020 02:00 AM
- Got a Like for Re: Submissions API not returning all submissions?. 08-06-2020 01:58 AM
- Got a Like for Re: How to send grade data through my own External Tool?. 08-06-2020 01:58 AM
- Got a Like for Re: Submissions API not returning all submissions?. 08-06-2020 01:58 AM
- Got a Like for Re: Is it possible to delete an user using Canvas API?. 04-26-2019 04:26 AM
- Got a Like for Is it possible to delete an user using Canvas API?. 11-02-2018 01:39 AM
- Got a Like for Is it possible to delete an user using Canvas API?. 09-27-2017 11:05 AM
- Got a Like for Is it possible to delete an user using Canvas API?. 08-11-2017 09:02 AM
- Got a Like for Re: Is it possible to delete an user using Canvas API?. 08-11-2017 09:02 AM
- Got a Like for Re: Is it possible to delete an user using Canvas API?. 08-05-2017 10:22 PM
- Got a Like for Is it possible to delete an user using Canvas API?. 08-05-2017 10:22 PM
- Got a Like for Re: Is it possible to delete an user using Canvas API?. 08-04-2017 01:52 PM
- Posted Re: Is it possible to delete an user using Canvas API? on Canvas Developers Group. 08-04-2017 11:33 AM
- Liked Is it possible to delete an user using Canvas API? for marcelo_amorim. 08-04-2017 11:28 AM
- Liked Re: Is it possible to delete an user using Canvas API? for ben_hudson. 08-04-2017 11:28 AM
- Got a Like for Is it possible to delete an user using Canvas API?. 08-04-2017 11:28 AM
- Got a Like for Re: Is it possible to delete an user using Canvas API?. 08-02-2017 02:38 PM
- Posted Re: Is it possible to delete an user using Canvas API? on Canvas Developers Group. 08-02-2017 02:15 PM
- Posted Is it possible to delete an user using Canvas API? on Canvas Developers Group. 08-02-2017 01:55 PM
My Posts
Post Details | Date Published | Views | Likes |
---|---|---|---|
Is it possible to delete an user using Canvas API? Hello people, I'm building a tool to clean inactive users from institution, but unfortunately, there is no API endpoint to delete an entire user. Ok then, so I've used de Logins API to delete e... |
08-02-2017 |
4597 |
5 |
How to send grade data through my own External Tool? Hi! I've created an External Tool in Canvas and I want to use its result to pass back as a grade to a specific assignment. I've found this official tutorial but I get stacked: Canvas LMS REST ... |
04-30-2015 |
3224 |
6 |
08-04-2017
11:33 AM
4 Likes
Thanks for the solution! I've thought about this solution already but I've found what I wanted. I've mailed Canvas Support Team here in Brazil and they've just replied how it is possible to do with the Accounts API: https://canvas.instructure.com/doc/api/accounts.html#method.accounts.remove_user I think Canvas documentation should move this endpoint to Users API, not Accounts. Thank you all, by the way! Cheers
... View more
08-02-2017
02:15 PM
1 Like
Yes, it does what I want. But in this case, I should manipulate a CSV file to do this. Actually, I'm making the tool just to not need to import the SIS file and automate this task. Thank you for replying, anyway.
... View more
08-02-2017
01:55 PM
5 Likes
Hello people, I'm building a tool to clean inactive users from institution, but unfortunately, there is no API endpoint to delete an entire user. Ok then, so I've used de Logins API to delete each login from each user until I got a message saying that the users must have at least one login. Well, I'm stucked. Is it only possible to delete an user by clicking "Delete from Institution" at the users details page? Hope someone can help. Thanks!
... View more
Labels
- Labels:
-
Open API
09-19-2016
11:58 AM
1 Like
I need the API to verify which students have sent the submission, comparing to a list of students previously made. The API is used to process its data through PHP Google AppEngine service and it seems to be unstable because I have multiple quizzes and most of them work good. I checked the "per_page" attribute and it doesn't influence the result. Maybe, opening a ticket is the best thing. I'll be back if a solution comes. Thanks for replying!
... View more
09-19-2016
09:08 AM
1 Like
Well, I've developed an external app that uses the API to get all submissions from a specific quiz. But, unfortunately I cant get it right. I'm worried how my app is going to work this way.
... View more
09-19-2016
05:53 AM
Hello, Recently, I'm having the same trouble here. I wonder how/why this still happens. Does someone has solved it?
... View more
05-04-2015
10:36 AM
2 Likes
Thank again, a lot! I discovered one thing: - I was trying to add the external tool by the rich text editor, and it didn't work because it doesn't bring the pass back parameters I needed. The way is to create the assignment using the option below, where you have to specify the Submission type as 'External Tool' I don't know how the rich text editor works with it. It wasn't clear for me in the documentation. I'm gonna test it with the libraries you said, thanks again.
... View more
05-04-2015
05:01 AM
1 Like
Great! Thank you for replying, @James Jones... I see now that the best way is to choose a library to do the hard work. Could specify what PHP library you are using, please? Thanks for the help!
... View more
04-30-2015
01:58 PM
6 Likes
Hi! I've created an External Tool in Canvas and I want to use its result to pass back as a grade to a specific assignment. I've found this official tutorial but I get stacked: Canvas LMS REST API Documentation . I don't get how it works. I mean, in what moment will the xml be created containing the data with the 'ext_outcome_data_values_accepted'. It uses two parameters: url and text. What I understand is: the url parameter is used as the place I have to send my text containing the grade. Am I right? In this case, the url must be somewhere Canvas will treat my data, but what is this specific url? Somebody has made something like this already? I need some help with this because I'm tired of trying figure out how the tutorial means. Greetings, Marcelo
... View more
Labels
- Labels:
-
LTI