rest - Google Classroom APIS : Read Announcements, 类(class)中的问题和作业

标签 rest google-api google-plus google-classroom

我正在阅读Google Classroom Rest APIs对于我如何才能完全访问特定类(class)(包括公告、问题和作业),没有得到明确的答案。

用例:

假设我们使用以下方式获取所有类(class):ListStudents List

现在,我怎样才能获取特定类(class)中发布的所有学生公告、问题和作业。

是否有 Google+ API 可供我们与 Classroom 一起使用禁令,或者仅使用 Classroom api 来访问此关键信息?

我正在尝试将现有平台与 Google Classroom 合并,访问此信息非常重要,以便所有学生提交的内容保持同步。

谢谢。

最佳答案

Classroom API 没有您提到的功能。来自文档:

The Classroom API provides a RESTful interface for you to manage courses and rosters in Google Classroom.

它目前所做的只是允许您管理类(class)、教师和学生的列表。

如果您想要管理其他数据(例如作业),则需要自己构建该功能。 Drive APIGoogle Apps Script可能有助于存储和共享文件和文档。

关于rest - Google Classroom APIS : Read Announcements, 类(class)中的问题和作业,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33512518/

相关文章:

grails - 需要在Grails中设置Google Plus API的帮助

rest - 实现 Azure Rest api 的 Put block ?

java - 通过REST API获取数据时如何处理实体关系?

android - 如何防止 Volley 请求重试?

PHP Rest Api多个参数如何使用curl发送

google-api - HttpError 400 Precondition check failed during users().messages().list Gmail API call using service account

c# - 无法使用 api key 访问 google 表格

javascript - 如何在谷歌地理图表中隐藏工具提示标题(并在工具提示中显示其他信息)

google-plus - 谷歌 API : show online contacts for Google Talk/Chat and Google Hangout

php - 尝试使用 Google OAuth 2.0 登录混合流程时出错(Google_IO_Exception',消息为 'HTTP Error: Unable to connect: ' 0'')