About

jpgorrono
Jp Gorrono
Rank:
Community Novice
Title:
Joined:
Aug 31, 2015 6:33:21 PM
Posts:
15
Solutions:
1
Likes Received:
45
Bio:
An amazing Instructure Community member

Most Liked Posts

 @lorne_olfman ​This is one way:export PYTHONIOENCODING=utf8; curl -s https\://<server.your.domain>/api/v1/users/self?access_token=<user's_token> | \python -c "import s...
Likes: 4
My tidbit is ...I've been using curl to call the api's when trying things out and the python json.tool module is very useful in that it formats the call results:curl -v "https://canvas.tes...
Likes: 4
Answering my own question once again. 😕1) despite the implication of not having 'optional' in comments next it it in the Course object description, public_description needs to be expli...
Likes: 3
 @dstraayer  I've been using this: https://github.com/kajigga/canvas-contrib/tree/master/SIS_Integration/java/basic_exampleThe sis import API interaction is in SISImport.java. I forked and cop...
Likes: 3
I am able to get the course information via a cUrl call to https://ourcampus.instructure.com/api/v1/courses/sis_course_id:jonstest1However the 'public_description' is not in that returned docu...
Likes: 2

Most Recent Posts

If you are using an SIS_ID, and since they are unique, it makes more sense for the middleware to target a user, not search for one: /api/v1/users/sis_user_id:simon.j.taylor@gmail.com ....... if th...
Mar 14, 2017 10:28:07 PM
Thanks for the reply and thatv ery reasonable guess. The test course was indeed not published but after deleting the enrollment, publishing the course and retrying the api call again, still no email. ...
Jan 10, 2017 8:59:04 PM
I am trying to get a email notification sent for an enrollment invitation and the email never gets sent. Sending a message to the same user via the ui widget works fine. Can anyone tell what I am miss...
Jan 10, 2017 5:06:45 PM
 @lorne_olfman ​This is one way:export PYTHONIOENCODING=utf8; curl -s https\://<server.your.domain>/api/v1/users/self?access_token=<user's_token> | \python -c "import s...
Oct 13, 2016 8:23:48 PM
Stan,That url path doesn't look right... looks like your are PUT'ing to the api playground location in docsshould be '/api/v1/courses....'  afaik
Apr 27, 2016 1:52:50 PM

Latest Badges

Instructure Community: 9 Year

Instructure Community: 9 Year

9 Years with Instructure Community

Earned: 2024-09-11

10 Replies Posted

10 Replies Posted

Earned: 2024-01-05

5 Replies Posted

5 Replies Posted

Earned: 2024-01-05

25 Likes Received

25 Likes Received

Earned: 2024-01-05