Google Classroom 外掛程式現已全面開放開發人員使用!詳情請參閱
外掛程式說明文件。
REST Resource: invitations
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:邀請
JSON 表示法 |
{
"id": string,
"userId": string,
"courseId": string,
"role": enum (CourseRole )
} |
欄位 |
id |
string
Classroom 指派的 ID。 唯讀。
|
userId |
string
受邀使用者的 ID。 如果指定為要求的參數,這個 ID 可設為下列其中一個值:
- 使用者的數字 ID
- 使用者的電子郵件地址
- 字串常值
"me" ,表示提出要求的使用者
|
courseId |
string
邀請使用者加入的課程 ID。
|
role |
enum (CourseRole )
邀請使用者取得的角色。不得為 COURSE_ROLE_UNSPECIFIED 。
|
CourseRole
列舉 |
COURSE_ROLE_UNSPECIFIED |
沒有課程角色。 |
STUDENT |
課程中的學生。 |
TEACHER |
課程老師。 |
OWNER |
課程擁有者。 |
方法 |
|
接受邀請、移除邀請,並視情況將受邀的使用者新增至指定課程的老師或學生。 |
|
建立邀請。 |
|
刪除邀請。 |
|
傳回邀請。 |
|
傳回允許提出要求的使用者檢視的邀請清單,且只限符合清單要求的使用者。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"缺少我需要的資訊"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"過於複雜/步驟過多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"過時"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻譯問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/程式碼問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"容易理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"確實解決了我的問題"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u4e0a\u6b21\u66f4\u65b0\u6642\u9593\uff1a2024-08-22 (\u4e16\u754c\u6a19\u6e96\u6642\u9593)\u3002"}
[[["容易理解","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-08-22 (世界標準時間)。"]]