v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1345170236.8 KB
customers

Get a summary of printing done by each printer.

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

Path parameters

customerstring required

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

Query parameters

filterstring

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

orderBystring

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

pageSizeinteger

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

pageTokenstring

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

printerOrgUnitIdstring

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.

Response

Successful response