Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fb7881b
fix(admin): update the api
yoshi-automation Aug 26, 2025
f18cf01
feat(aiplatform): update the api
yoshi-automation Aug 26, 2025
36e0cc7
feat(backupdr): update the api
yoshi-automation Aug 26, 2025
668dffe
feat(bigtableadmin): update the api
yoshi-automation Aug 26, 2025
2a99757
feat(chromemanagement): update the api
yoshi-automation Aug 26, 2025
edde7a8
feat(compute): update the api
yoshi-automation Aug 26, 2025
8abb083
feat(config): update the api
yoshi-automation Aug 26, 2025
705e0cf
feat(contactcenterinsights): update the api
yoshi-automation Aug 26, 2025
a5bd57e
feat(container): update the api
yoshi-automation Aug 26, 2025
9cffc38
feat(containeranalysis): update the api
yoshi-automation Aug 26, 2025
c9e9247
feat(dataform): update the api
yoshi-automation Aug 26, 2025
bd8c5c8
feat(datamigration): update the api
yoshi-automation Aug 26, 2025
24aea97
feat(dataproc): update the api
yoshi-automation Aug 26, 2025
ceb2e96
feat(datastore): update the api
yoshi-automation Aug 26, 2025
4f15413
feat(discoveryengine): update the api
yoshi-automation Aug 26, 2025
6bd5a7b
feat(displayvideo): update the api
yoshi-automation Aug 26, 2025
9f8fcb1
feat(dlp): update the api
yoshi-automation Aug 26, 2025
bd92dd4
feat(documentai): update the api
yoshi-automation Aug 26, 2025
fc80945
feat(file): update the api
yoshi-automation Aug 26, 2025
81e2737
feat(firebaseappdistribution): update the api
yoshi-automation Aug 26, 2025
4d6225d
feat(firestore): update the api
yoshi-automation Aug 26, 2025
fb8aea7
feat(iam): update the api
yoshi-automation Aug 26, 2025
72dca63
feat(netapp): update the api
yoshi-automation Aug 26, 2025
b02e35f
feat(ondemandscanning): update the api
yoshi-automation Aug 26, 2025
e87a119
feat(playintegrity): update the api
yoshi-automation Aug 26, 2025
dced60a
feat(redis): update the api
yoshi-automation Aug 26, 2025
e8535ab
feat(run): update the api
yoshi-automation Aug 26, 2025
555f764
feat(vmwareengine): update the api
yoshi-automation Aug 26, 2025
1fa4508
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Aug 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions docs/dyn/admin_reports_v1.activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ <h3>Method Details</h3>
chat - The Chat activity reports return information about various Chat activity events.
drive - The Google Drive application&#x27;s activity reports return information about various Google Drive activity events. The Drive activity report is only available for Google Workspace Business and Enterprise customers.
gcp - The Google Cloud Platform application&#x27;s activity reports return information about various GCP activity events.
gmail - The Gmail application&#x27;s activity reports return information about various [Gmail activity events](/admin-sdk/reports/v1/appendix/activity/gmail).
gplus - The Google+ application&#x27;s activity reports return information about various Google+ activity events.
groups - The Google Groups application&#x27;s activity reports return information about various Groups activity events.
groups_enterprise - The Enterprise Groups activity reports return information about various Enterprise group activity events.
Expand All @@ -126,14 +127,14 @@ <h3>Method Details</h3>
classroom - The Classroom activity reports return information about different types of [Classroom activity events](https://developers.google.com/workspace/admin/reports/v1/appendix/activity/classroom).
actorIpAddress: string, The Internet Protocol (IP) Address of host where the event was performed. This is an additional way to filter a report&#x27;s summary using the IP address of the user whose activity is being reported. This IP address may or may not reflect the user&#x27;s physical location. For example, the IP address can be the user&#x27;s proxy server&#x27;s address or a virtual private network (VPN) address. This parameter supports both IPv4 and IPv6 address versions.
customerId: string, The unique ID of the customer to retrieve data for.
endTime: string, Sets the end of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The default value is the approximate time of the API request. An API report has three basic time concepts: - *Date of the API&#x27;s request for a report*: When the API created and retrieved the report. - *Report&#x27;s start time*: The beginning of the timespan shown in the report. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. - *Report&#x27;s end time*: The end of the timespan shown in the report. For example, the timespan of events summarized in a report can start in April and end in May. The report itself can be requested in August. If the `endTime` is not specified, the report returns all activities from the `startTime` until the current time or the most recent 180 days if the `startTime` is more than 180 days in the past.
endTime: string, Sets the end of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The default value is the approximate time of the API request. An API report has three basic time concepts: - *Date of the API&#x27;s request for a report*: When the API created and retrieved the report. - *Report&#x27;s start time*: The beginning of the timespan shown in the report. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. - *Report&#x27;s end time*: The end of the timespan shown in the report. For example, the timespan of events summarized in a report can start in April and end in May. The report itself can be requested in August. If the `endTime` is not specified, the report returns all activities from the `startTime` until the current time or the most recent 180 days if the `startTime` is more than 180 days in the past. For Gmail requests, `startTime` and `endTime` must be provided and the difference must not be greater than 30 days.
eventName: string, The name of the event being queried by the API. Each `eventName` is related to a specific Google Workspace service or feature which the API organizes into types of events. An example is the Google Calendar events in the Admin console application&#x27;s reports. The Calendar Settings `type` structure has all of the Calendar `eventName` activities reported by the API. When an administrator changes a Calendar setting, the API reports this activity in the Calendar Settings `type` and `eventName` parameters. For more information about `eventName` query strings and parameters, see the list of event names for various applications above in `applicationName`.
filters: string, The `filters` query string is a comma-separated list composed of event parameters manipulated by relational operators. Event parameters are in the form `{parameter1 name}{relational operator}{parameter1 value},{parameter2 name}{relational operator}{parameter2 value},...` These event parameters are associated with a specific `eventName`. An empty report is returned if the request&#x27;s parameter doesn&#x27;t belong to the `eventName`. For more information about the available `eventName` fields for each application and their associated parameters, go to the [ApplicationName](#applicationname) table, then click through to the Activity Events page in the Appendix for the application you want. In the following Drive activity examples, the returned list consists of all `edit` events where the `doc_id` parameter value matches the conditions defined by the relational operator. In the first example, the request returns all edited documents with a `doc_id` value equal to `12345`. In the second example, the report returns any edited documents where the `doc_id` value is not equal to `98765`. The `&lt;&gt;` operator is URL-encoded in the request&#x27;s query string (`%3C%3E`): ``` GET...&amp;eventName=edit&amp;filters=doc_id==12345 GET...&amp;eventName=edit&amp;filters=doc_id%3C%3E98765 ``` A `filters` query supports these relational operators: * `==`—&#x27;equal to&#x27;. * `&lt;&gt;`—&#x27;not equal to&#x27;. Must be URL-encoded (%3C%3E). * `&lt;`—&#x27;less than&#x27;. Must be URL-encoded (%3C). * `&lt;=`—&#x27;less than or equal to&#x27;. Must be URL-encoded (%3C=). * `&gt;`—&#x27;greater than&#x27;. Must be URL-encoded (%3E). * `&gt;=`—&#x27;greater than or equal to&#x27;. Must be URL-encoded (%3E=). **Note:** The API doesn&#x27;t accept multiple values of the same parameter. If a parameter is supplied more than once in the API request, the API only accepts the last value of that parameter. In addition, if an invalid parameter is supplied in the API request, the API ignores that parameter and returns the response corresponding to the remaining valid parameters. If no parameters are requested, all parameters are returned.
groupIdFilter: string, Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: &quot;id:abc123,id:xyz456&quot; *Important:* To filter by groups, you must explicitly add the groups to your filtering groups allowlist. For more information about adding groups to filtering groups allowlist, see [Filter results by Google Group](https://support.google.com/a/answer/11482175)
maxResults: integer, Determines how many activity records are shown on each response page. For example, if the request sets `maxResults=1` and the report has two activities, the report has two pages. The response&#x27;s `nextPageToken` property has the token to the second page. The `maxResults` query string is optional in the request. The default value is 1000.
orgUnitID: string, ID of the organizational unit to report on. Activity records will be shown only for users who belong to the specified organizational unit. Data before Dec 17, 2018 doesn&#x27;t appear in the filtered results.
pageToken: string, The token to specify next page. A report with multiple pages has a `nextPageToken` property in the response. In your follow-on request getting the next page of the report, enter the `nextPageToken` value in the `pageToken` query string.
startTime: string, Sets the beginning of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The report returns all activities from `startTime` until `endTime`. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error.
startTime: string, Sets the beginning of the range of time shown in the report. The date is in the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The report returns all activities from `startTime` until `endTime`. The `startTime` must be before the `endTime` (if specified) and the current time when the request is made, or the API returns an error. For Gmail requests, `startTime` and `endTime` must be provided and the difference must not be greater than 30 days.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
Loading