Google Classroom 外掛程式現已全面開放開發人員使用!詳情請參閱
外掛程式說明文件。
REST Resource: courses.aliases
資源:CourseAlias
課程的替代 ID。
別名可用於識別課程。這個名稱在下列其中一個範圍內不得重複:
網域:別名建立者網域中的所有使用者都可以看到網域範圍別名,而且只有網域管理員能建立這類別名。如果課程擁有 Classroom 以外的 ID,通常就會使用網域範圍別名。
專案:凡是使用建立別名的 Developer Console 專案 ID 的應用程式要求,皆可看到專案限定別名,任何專案都能建立這類別名。如果應用程式有替代 ID,通常會使用專案範圍別名。傳輸失敗時,也可使用隨機值避免課程重複,因為如果先前的要求成功,重試要求就會傳回 ALREADY_EXISTS
。
JSON 表示法 |
{
"alias": string
} |
欄位 |
alias |
string
別名字串。字串格式會指出所需的別名範圍。
d:<name> 表示網域範圍的別名。範例:d:math_101
p:<name> 表示範圍限定於專案的別名。範例:p:abc123
這個欄位的長度上限為 256 個字元。
|
方法 |
|
為課程建立別名。 |
|
刪除課程別名。 |
|
傳回課程別名清單。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-11 (世界標準時間)。
[null,null,["上次更新時間:2024-10-11 (世界標準時間)。"],[[["A CourseAlias is an alternative, unique identifier for a course, offering flexibility for domain and project-level scoping."],["Aliases can be domain-scoped (visible within the creator's domain) or project-scoped (visible to the creating project)."],["Domain-scoped aliases are typically used for external course identifiers, while project-scoped aliases are useful for application-specific identifiers or ensuring data integrity."],["You can manage CourseAliases using the provided methods to create, delete, and list them for a specific course."]]],[]]