要检索第三方应用的所有授权事件,请使用
GET HTTP 请求,并附上
授权文档。
有关请求查询字符串和响应属性的详细信息,
请参阅 API 参考。
为便于阅读,以下示例采用回车行格式:
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all
/applications/token?endTime=end date&startTime=start date
&maxResults=maximum number of events returned on a response page
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/token?maxResults=25
按事件名称检索授权令牌事件
在某些情况下,您可能需要检索特定事件,例如
已撤消应用的访问权限。为此,请使用 GET HTTP 请求
采用以下格式:
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all
/applications/token?maxResults=maximum number of events returned on a response page
&eventName=name of the OAuth token event
以下示例展示了如何检索网域的所有 revoke 事件:
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/token?eventName=revoke&maxResults=25