Skip to main content

PrintJob

Information returned about a print job.

Properties

NameTypeDescriptionNotes
createdOnOffsetDateTimeThe time this print job was created.[optional]
creatorIdStringThe unique Id of the creator of this print job.[optional]
creatorNameStringThe name of the creator of this print job.[optional]
creatorTypeCreatorTypeEnumThe type of the creator of this print job.[optional]
idStringThe unique id of this print job.[optional]
nameStringThe name of this print job.[optional]
printerIdStringThe unique Id of the printer.[optional]
printerNameStringThe name of the printer.[optional]
queueStateQueueStateEnum[optional]
queueStateDetailsStringDetails about the queue state of this print job.[optional]
statusStatusEnum[optional]
statusDetailsStringPrint status details returned from the printer.[optional]
updatedOnOffsetDateTimeThe time this print job was last updated.[optional]

CreatorTypeEnum

NameValue
USER"USER"
API"API"

QueueStateEnum

NameValue
UNKNOWN"UNKNOWN"
QUEUED"QUEUED"
WAIT_FOR_PRINTER"WAIT_FOR_PRINTER"
STARTED"STARTED"
COMPLETED"COMPLETED"
CANCELLED"CANCELLED"
FAILED"FAILED"

StatusEnum

NameValue
QUEUED"QUEUED"
WAITING_SMARTCARD"WAITING_SMARTCARD"
IN_PROGRESS"IN_PROGRESS"
COMPLETED"COMPLETED"
FAILED"FAILED"
CANCELLED"CANCELLED"
UNKNOWN"UNKNOWN"