Get printService
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Retrieve the properties and relationships of a print service.
Note
In order to use the Universal Print service, the user or app's tenant must have an active Universal Print subscription.
Permissions
One of the following permissions is required to call these APIs. To learn more, including how to choose permissions, see Permissions.
Permission type | Permissions (from least to most privileged) |
---|---|
Delegated (work or school account) | PrintJob.ReadBasic, PrintJob.Read, PrintJob.ReadBasic.All, PrinterShare.ReadBasic.All, PrintJob.Read.All, Printer.Read.All, PrinterShare.Read.All, PrintConnector.Read.All, PrintSettings.Read.All, PrintJob.ReadWriteBasic, PrintJob.ReadWrite, PrintJob.ReadWriteBasic.All, Printer.ReadWrite.All, PrinterShare.ReadWrite.All, PrintJob.ReadWrite.All, PrintConnector.ReadWrite.All, PrintSettings.ReadWrite.All, Printer.Create, PrintJob.Create |
Delegated (personal Microsoft account) | Not supported. |
Application | Not supported. |
HTTP request
GET /print/services/{id}
Optional query parameters
This method supports some of the OData query parameters to help customize the response. For general information, see OData query parameters.
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and a printService object in the response body.
Example
Request
The following is an example of the request.
GET https://graph.microsoft.com/beta/print/services/{id}
Response
The following is an example of the response.
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-type: application/json
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#print/services/$entity",
"id": "f4cfee8b-4117-4773-a2f0-3807beb282b9",
"endpoints": [
{
"id": "mpsdiscovery",
"displayName": "Microsoft Universal Print Discovery Service",
"uri": "https://discovery.print.microsoft.com"
}
]
}
Feedback
Submit and view feedback for