About
ek
Rank:
Community Member
Title:
Joined:
Nov 22, 2015 10:08:26 PM
Posts:
10
Solutions:
1
Likes Received:
42
Bio:
An amazing Instructure Community member
Most Liked Posts
Using WordPress and built-in wp_remote_get function: $get_webinars = wp_remote_get('https://myurl.instructure.com/api/v1/accounts/6/courses?per_page=100&include[]=syllabus_body...
UPDATE:Was finally able to retrieve the next URL using the below code. Targeted the Link header and then specifically grabbed the URL between the "<>" characters. Thanks everyone for you...
Accounts - Canvas LMS REST API Documentation I've been using the API endpoint: GET /api/v1/accounts/:account_id/courses?per_page=250For a while now to get all courses within a specific Canvas ...
Hi Peter, put the request in my browser and looked at headers and I indeed see the links. So must be something with wp_remote_get. Thanks for getting me on the right track!
Thanks Mu! James' comment will surely help me
Most Recent Posts
Hello,We have an external site connected to Canvas API. A large portion of our Canvas implementation is to create courses for past webinars. These courses simply have a video uploaded into an assignme...
Perfect, thanks Peter!
Using WordPress and built-in wp_remote_get function: $get_webinars = wp_remote_get('https://myurl.instructure.com/api/v1/accounts/6/courses?per_page=100&include[]=syllabus_body...
UPDATE:Was finally able to retrieve the next URL using the below code. Targeted the Link header and then specifically grabbed the URL between the "<>" characters. Thanks everyone for you...
Hi Peter, put the request in my browser and looked at headers and I indeed see the links. So must be something with wp_remote_get. Thanks for getting me on the right track!
Latest Badges
First Login Completed
2024-01-25
10 Replies Posted
2024-01-05
5 Replies Posted
2024-01-05
25 Likes Received
2024-01-05