v1

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

Get a list of print jobs.

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

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 for complete_time. Note: Only = comparator supported for user_id and printer_id. Supported filter fields: * complete_time * printer_id * user_id

orderBystring

Field used to order results. If not specified, results will be ordered in descending order of the complete_time field. Supported order by fields: * title * state * create_time * complete_time * document_page_count * color_mode * duplex_mode * printer * user_email

pageSizeinteger

The number of print jobs in the page from 0 to 100 inclusive, if page_size is not specified or zero, the size will be 50.

pageTokenstring

A page token received from a previous EnumeratePrintJobs call. Provide this to retrieve the subsequent page. If omitted, the first page of results will be returned. When paginating, all other parameters provided to EnumeratePrintJobs must match the call that provided the page token.

printerOrgUnitIdstring

The ID of the organizational unit for printers. If specified, only print jobs submitted to printers from the specified organizational unit will be returned.

Response

Successful response