The most recent content from our members.
Hi - is there a way to get all Courses of an EnrollmentTerm through the api, either through REST or GraphQL? In the GraphQL ui, for `allCourses` - there doesn't seem to be a way to apply a filter, something like: ``` query CoursesByTermQuery { allCourses(filter: {term: [enrollmentTermId]}) ... ``` The REST Search API,…
The Course API has a handy [include] parameter that you can use to pass in additional properties you wish to have returned on the Course object: banner_image, course_image, etc. Is there a way to pass include parameters to the Search API, so that when you search for Courses, the results contain the additional include…
Using the API, I would like to supply a list of canvas course id and have it return all courses with the matching id? Does anyone know if this is possible I don't see anything in the API docs
Hello, I am a programmer recently assigned to support canvas and I am using Post Man to test out the API and I am encountering an issue with the search all API endpoint. The end point I am using is this, /api/v1/search/all_courses?public_only=1&per_page=100 and I am getting a unauthorized error, { "status": "unauthorized",…
I was wondering if it's possible for users to log into an external web application but only based on if they are students who are enrolled on a particular course? I was also wondering if it's possible to only let the course owners have additional permissions within the web application (i.e. act as 'admins'). I'm new to…
Hello! I'm using API to create courses. string command = "/api/v1/accounts/:account_id/courses";string courseData = new { name=courseName, offer="true", start_at =startDate, ends_at=endDate}; after this call I add a teacher, and create migration to copy template into this course. At the end course is 'Unpublished" IE…
My team wants to get section data for the courses under an account, we are using the account api ('account/self/courses') to get those courses . We noticed that the include[] parameter for that endpoint doesn't support the section option. The course api seems to have this option available but we need the courses on an…
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.