aday's Posts
Post Details Date Published Views Likes

Graph API Future

What is the future of the Graph API in canvas? I was just wondering as it does not look like it get much work on it or anything new added to it   Has it been abandoned? Is Canvas API future ...

09-11-2023

254

0

graph api permission scope

I am trying to get all courses I created a token under my account (I am an admin) but I only get one course back I want to get all canvas courses back. I have also tried using the token we use for ...

09-05-2023

239

0

Parent Page Reload From LTI

Hi, I am trying to force the parent page to reload from the LTI We have some functionally in our LTI that hides and shows some menu items in a course when it is run. When the process is done I ...

04-17-2023

500

0

netcore LTI 1.3 RCE Intergration

I am looking for an Example of a netcore LTI 1.3 RCE Integration. We are wanting to add a tool to the RCE that will add a link to the RCE when closed. We have only created 1.1 spec LTIs and wo...

10-20-2021

534

0

Hide Grades Via API

you removed the muted parameter on the 2020-06-03 update and depreciated it on the 2020-02-27 updated. you mentioned in a change log that there will be a new parameter added in a future deploy but t...

11-23-2020

629

0

Hiding Assignment Grades with the API

With the removal of 'Muted' from assignments back in June/July how would you now create an assignment with the api with the grades hidden by default. Then at a later date make them visible.   ...

11-16-2020

1658

0

Update Course Name with API in c#

I am having a issue trying to update a course name in c#. I perform the PUT and I get a 200 OK back but the name does not change. Here are the details: URL: /api/v1/courses/1724 Content: "{...

12-12-2019

1413

0

looking for graphql c# example for CRUD

looking for some examples on how to use the canvas graphql in c# for basic crud operations. Does anyone have an example they can share or a link to one? Thanks

12-09-2019

2263

1

unauthorized api call from javascript

when i make the call to this api endpoint via javascript as a student:  '/api/v1/accounts/1/external_tools?search_term=%5BIvey&per_page=30' i get an unauthorized error. (this works for...

01-16-2019

841

0

LTI global_navigation - menu item hidden

is it possible to configure at LTI at the global_navigation level to be hidden??? basically we have created a fly-out menu item on the globel nav that reads in the loaded LTI's with the api a...

01-14-2019

672

0

Check "Assign Grades to Each Student Individually" via api

how to i check "Assign Grades to Each Student Individually" via the api??? I assumed it would be on the Assignment Group Object maybe as a rule, but the documentation around rules is missing for t...

03-01-2018

1187

0

undelete a calendar event

How you you undelete a calendar event, i tried to set the workflow_state to 'active' from 'deleted' when ever i try to update it I keep getting back unauthorized from the web service. Is it even p...

11-14-2017

1172

2

Lock Specific Calendar Events

It would be nice to be able to lock specific Calendar Events (read only) from changes (updated/deleted) that where created via the rest API. we have calendar events that we create for users that t...

09-20-2017

993

0

Live Calendar Events

Would it be possible to have a live event when a user via the UI changes/creates a Calendar Event. It would be nice to get a push of the calendar event that was added/updated/deleted and in the ca...

09-20-2017

810

0

Get assignment by integration_id

does anyone know if you can get an assignment back via the API by it's integration_id? I have tried: https://*******/api/v1/courses/1028/assignments/integration_id:6539fcc2-27c7-49b5-bed...

06-28-2017

1836

1

Need help with - Assignments API: List assignments

ok, i am trying to return a List of assignments belonging to a course my URL is: https://*******.com/api/v1/courses/1028/assignments but I keep getting the following error:  {"errors":[{"me...

06-27-2017

1719

0

Problems Creating A Course With API

Post URL: /api/v1/accounts/1/courses I am trying to create a new course using the API and every time  is creates a course with none of my values filled in and gives it a name of 'Unnamed Cour...

06-06-2016

1432

1