2023-04-15
▼ ▲ chromemanagement.customers.reports.countPrintJobsByUser
Scopes : https://www.googleapis.com/auth/chrome.management.reports.readonly
HTTP Method : GET
Parameter Order : customer
Description : Get a summary of printing done by each user.
Parameters :
pageSize
Type : integer
Location : query
Format : int32
Description : Maximum number of results to return. Maximum and default are 100.
orderBy
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
Location : query
pageToken
Location : query
Description : Token to specify the page of the response to be returned.
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.
Location : path
Required : Yes
Pattern : ^customers/[^/]+$
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.
filter
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: * complete_time
Type : string
Location : query
Path : v1/{+customer}/reports:countPrintJobsByUser
Flat Path : v1/customers/{customersId}/reports:countPrintJobsByUser
▼ ▲ chromemanagement.customers.reports.countPrintJobsByPrinter
Flat Path : v1/customers/{customersId}/reports:countPrintJobsByPrinter
Description : Get a summary of printing done by each printer.
HTTP Method : GET
Parameter Order : customer
Parameters :
filter
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: * complete_time
Type : string
Location : query
printerOrgUnitId
Location : query
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
orderBy
Location : query
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
pageToken
Description : Token to specify the page of the response to be returned.
Type : string
Location : query
customer
Type : string
Required : Yes
Pattern : ^customers/[^/]+$
Description : Required. Customer ID prefixed with "customers/" or "customers/my_customer" to use the customer associated to the account making the request.
Location : path
pageSize
Format : int32
Location : query
Type : integer
Description : Maximum number of results to return. Maximum and default are 100.
Path : v1/{+customer}/reports:countPrintJobsByPrinter
Scopes : https://www.googleapis.com/auth/chrome.management.reports.readonly