Our organization uses the LTI (D2L) integration which organizes and only displays meetings and recordings for a specific course. However, when the organizer of those meetings uses the zoom portal (and not the LMS), that organization is lost, displaying a full (uncategorized) listing of meetings / recordings.
We would like to use the GET /users/{userId}/recordings API to pull and list all the recordings for a specific user, but display the results GROUPED by the course they are associated with through the LTI integration. The display and grouping would be managed on our end.
Is this possible?
Reviewing the API documentation, it is not clear if this attribute is available through any of the APIs, or if it is what that attribute might be labeled.