Print-Jobs
Retrieve the number of Print-Jobs in each status
get/print-jobs/statistics/
Query parameters
pageinteger
Result page, default: 1
page_sizeinteger
The default is 100.
created_afterstring
Filter by creation timestamp after the given (ISO 8601) timestamp.
created_beforestring
Filter by creation timestamp before the given (ISO 8601) timestamp.
modified_afterstring
Filter by modification timestamp after the given (ISO 8601) timestamp.
modified_beforestring
Filter by modification timestamp before the given (ISO 8601) timestamp.
statusstring
Filter by status
idstring
Filter by id
orderingstring
Which field to use when ordering the results.
Response
OK
Example response
{
"count": 3,
"status": "PAYMENT_IN_PROGRESS"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.