After looking in the API reference. Getting the list of data from Classroom API (ex: CourseWork, Students, Teachers, etcs.). The server may provide the nextPageToken in the response which means there are some data still missing. To get the rest, We need to call that API again by providing the pageToken equal to nextPageToken we got before as a queryParam.