Unable to retrieve data from API
I want to retrieve all the courses using thi url
https://api.openlearning.com/v2.1/courses/?url=&api_key=API_KEY
I made sure the api_key works with other requests such as users, however, when using the swagger or sending out the http request, I get
{ "meta": { "status": 404, "error": "No course found" }, "data": null }
Thanks
7 replies
-
Hi Bayron, we're currently looking into this. We'll get back to you shortly!
-
Hi Bayron Lara Hi there! Our devs looked into this, and there is an issue here. However, it would be very useful if you can tell us what you are trying to do - that way we can see if the API can be made to work for your use case. Thanks!
-
Hi Alenka ,
I want to make a single call to collect all the courses that you provide. So I can display them in my application -
Hi,
Did we have the update, we wanted to do the same as well. Trying to pull out all the courses that created under our institution.Thanks.