Chrome Management API (chromemanagement:v1)

2023-02-18

2 new methods

Additions

    Methods
  • chromemanagement.customers.reports.countPrintJobsByUser

      Flat Path: v1/customers/{customersId}/reports:countPrintJobsByUser

      Description: Get a summary of printing done by each user.

      HTTP Method: GET

      Parameter Order: customer

      Path: v1/{+customer}/reports:countPrintJobsByUser

      Parameters:

        filter

          Location: query

          Description: Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only >= and <= comparators are supported in this filter. Supported filter fields: * completion_time

          Type: string

        customer

          Description: Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request.

          Required: Yes

          Location: path

          Type: string

          Pattern: ^customers/[^/]+$

        orderBy

          Location: query

          Description: Field used to order results. If omitted, results will be ordered in ascending order of the 'user_email' field. Supported order_by fields: * user_email * job_count * printer_count * device_count

          Type: string

        pageSize

          Location: query

          Type: integer

          Format: int32

          Description: Maximum number of results to return. Maximum and default are 100.

        pageToken

          Description: Token to specify the page of the response to be returned.

          Location: query

          Type: string

        printerOrgUnitId

          Type: string

          Location: query

          Description: The ID of the organizational unit for printers. If specified, only print jobs initiated with printers from the specified organizational unit will be counted. If omitted, all print jobs will be counted.

      Scopes: https://www.googleapis.com/auth/chrome.management.reports.readonly

  • chromemanagement.customers.reports.countPrintJobsByPrinter

      Parameters:

        orderBy

          Description: Field used to order results. If omitted, results will be ordered in ascending order of the 'printer' field. Supported order_by fields: * printer * job_count * device_count * user_count

          Type: string

          Location: query

        customer

          Type: string

          Pattern: ^customers/[^/]+$

          Required: Yes

          Location: path

          Description: Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request.

        printerOrgUnitId

          Description: The ID of the organizational unit for printers. If specified, only data for printers from the specified organizational unit will be returned. If omitted, data for printers from all organizational units will be returned.

          Type: string

          Location: query

        filter

          Type: string

          Description: Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Note: Only >= and <= comparators are supported in this filter. Supported filter fields: * completion_time

          Location: query

        pageSize

          Type: integer

          Format: int32

          Location: query

          Description: Maximum number of results to return. Maximum and default are 100.

        pageToken

          Location: query

          Description: Token to specify the page of the response to be returned.

          Type: string

      Path: v1/{+customer}/reports:countPrintJobsByPrinter

      Description: Get a summary of printing done by each printer.

      Parameter Order: customer

      HTTP Method: GET

      Flat Path: v1/customers/{customersId}/reports:countPrintJobsByPrinter

      Scopes: https://www.googleapis.com/auth/chrome.management.reports.readonly