Multi-GET is enabled for the following API calls:
/groups/[group_id] /courses/[course_id] /courses/[course_id]/sections /sections/[section_id] /sections/[section_id]/assignments /sections/[section_id]/enrollments /sections/[section_id]/grade_items /sections/[section_id]/grades /sections/ext/[id] /users/[user_id] /users/[user_id]/sections /users/[user_id]/groups /users/ext/[id] /[realm]/[realm_id]/updates /[realm]/[realm_id]/discussions /[realm]/[realm_id]/eventsNote: There is a request limit of 50 URLs when making a multi-GET call. Only the first 50 URLs are returned for call with more than 50 URLs.
Example Multi-get Call request body in text/xml format:
<?xml version="1.0" encoding="utf-8" ?> <requests> <request>/v1/users/265</request> <request>/v1/users/265/sections</request> <request>/v1/sections/2354/assignments</request> </requests>