Show / Hide Table of Contents

PrintTaskDefinition.ReadWrite.All

Allows the application to read and update print task definitions without a signed-in user. 

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A DELETE /print/taskDefinitions/{id}
V1 A DELETE /print/taskDefinitions/{printTaskDefinitionId}
V1 A GET /print/taskDefinitions
V1 A GET /print/taskDefinitions/{id}
V1 A GET /print/taskDefinitions/{id}/tasks
V1 A GET /print/taskDefinitions/{id}/tasks/{id}
V1 A GET /print/taskDefinitions/{printTaskDefinitionId}
V1 A GET /print/taskDefinitions/{taskDefinitionId}/tasks
V1 A GET /print/taskDefinitions/{taskDefinitionId}/tasks/{taskId}
V1 A PATCH /print/taskDefinitions/{id}
V1 A PATCH /print/taskDefinitions/{id}/tasks/{id}
V1 A PATCH /print/taskDefinitions/{printTaskDefinitionId}
V1 A PATCH /print/taskDefinitions/{taskDefinitionId}/tasks/{taskId}
V1 A POST /print/taskDefinitions

Application Permission

Id 456b71a7-0ee0-4588-9842-c123fcc8f664
Display String Read, write and update print task definitions
Description Allows the application to read and update print task definitions without a signed-in user. 

Resources

printTask

Property Type Description
id String The printTask's identifier. Read-only.
status printTaskStatus The current execution status of this printTask. The calling application is responsible for updating this status when processing is finished, unless the related printJob has been redirected to another printer. Failure to report completion will result in the related print job being blocked from printing and eventually deleted.
parentUrl String The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.

printTaskDefinition

Property Type Description
createdBy appIdentity The application that created the printTaskDefinition. Read-only.
displayName String The name of the printTaskDefinition.
id String The printTaskDefinition's identifier. Read-only.
In This Article
Back to top Created by merill | Submit feedback