Trouble using Canvas Live API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2019
10:28 AM
Hello, all. Friday I was using the Canvas Live API with no issues, but today all of my requests are met with response code 404 with the error message "The specified resource does not exist."
For example, one of my request URLs is:
https://canvas.instructure.com:443/api/v1/courses/3735/discussion_topics/31636/entries
And the response body is:
{ "errors": [ { "message": "The specified resource does not exist." } ] }
when the same request on Friday provided the JSON for the discussion topic entries. Any thoughts on why this might be?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2019
11:16 AM
Are you trying to do this against canvas.instructure.com or your own instance at x.instructure.com?
I think the message indicates the course id or discussion id doesn't exist where you're looking.