GET /api/v1/courses/:course_id/modules?search_term=Teacher only returning 1 item
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using the subject call to get all the modules that have Teacher in the title. It's only returning 1 item in the array and there are 7 modules that have Teacher in the title. Any ideas?
Many thanks,
Wes
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well I had abandoned this assuming it was a bug and found another way to solve my problem.
Going back now prompted by your idea about the publishing status of the module, and now the call seems to work, so it may have been user error. I'm logging in as is an admin, so I see both.
Thanks much for the feedback Brad. I'm now realizing that I need to test my app with different users to make sure what I think is all working is still working...something I've overlooked to this point :-\.
Thanks again.
Wes