কোর্সের একটি তালিকা ফেরত দেয় যেগুলি অনুরোধকারী ব্যবহারকারীকে দেখার অনুমতি দেওয়া হয়েছে, অনুরোধের সাথে মেলে সেগুলির জন্য সীমাবদ্ধ৷ প্রত্যাবর্তিত কোর্সগুলি তৈরির সময় অনুসারে অর্ডার করা হয়, সবচেয়ে সম্প্রতি তৈরি করা প্রথমে আসে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-11-11 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Returns a paginated list of courses viewable by the requesting user, filtered by student/teacher IDs and course states, ordered by creation time (newest first)."],["Possible errors include `PERMISSION_DENIED`, `INVALID_ARGUMENT`, and `NOT_FOUND` based on access, query parameters, and user existence."],["The HTTP request is a GET request to `https://classroom.googleapis.com/v1/courses` with optional query parameters for filtering."],["Requires authorization with either `https://www.googleapis.com/auth/classroom.courses` or `https://www.googleapis.com/auth/classroom.courses.readonly` scopes."],["The response body contains a list of courses and a token for retrieving the next page of results if available."]]],[]]