サードパーティ アプリケーションのすべての承認イベントを取得するには、次の 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
[[["わかりやすい","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-28 UTC。"],[[["This report provides insights into third-party websites and applications that your users have granted access to within the last 180 days."],["You can retrieve all authorization events or filter by specific events, such as token revocation, using the provided API endpoints."],["The report includes details like the third-party domain, authorization scopes granted, and the time of the event."],["Usage of this report must comply with your Customer Agreement and be for lawful purposes only."],["Refer to the authorization documentation and API reference for detailed information on request parameters and response properties."]]],[]]