I am using Edx api described here: https://courses.edx.org/api-docs/
I am geeting courses list from https://courses.edx.org/api/courses/v1/courses/
And i am trying to get threads of a course: https://courses.edx.org/api/discussion/v1/threads/?course_id=<COURSE_ID>
For example: https://courses.edx.org/api/discussion/v1/threads/?course_id=AdelaideX%2FHumBio101x%2F1T2015
Response:
{
"developer_message": "Course not found."
}
But that course id was get from courses list api.
Any ideas how to get threads and comments of a course?