Bug with the collaborations API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2017
03:47 AM
Has anyone had any success retrieving Google collaborations in a course using the API? (Collaborations - Canvas LMS REST API Documentation )
I added a Google collaboration in a test course and all I receive is an empty array. I even tacked on as_user_id= using my id, but still nothing.
This problem returning empty arrays was already noted in a comment in October 2016 (https://community.canvaslms.com/message/53173-re-collaboration-data?commentID=53173#comment-53173 )
I've tried the following calls:
/api/v1/courses/{course_id}/collaborations and /api/v1/courses/{course_id}/collaborations?as_user_id={my_id}
Is this a bug that needs to be reported?