I'm working on a proof-of-concept project which pulls in specific assignments and their submissions for a list of Enrollments. This means that I'm making repeated API calls in a loop (I'm using a Python backend and the
I know you can batch requests for SIS imports and other large migrations, but is there a genera batching parameter for the API?