Lists print server configurations.
HTTP request
GET https://admin.googleapis.com/admin/directory/v1/{parent=customers/*}/chrome/printServers
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The unique ID of the customer's Google Workspace account. Format: |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of objects to return (default |
pageToken |
A generated token to paginate results (the |
orgUnitId |
If If |
filter |
Search query in Common Expression Language syntax. Supported filters are Example: |
orderBy |
Sort order for results. Supported values are Default order is ascending, but descending order can be returned by appending "desc" to the |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"printServers": [
{
object ( |
Fields | |
---|---|
printServers[] |
List of print servers. |
nextPageToken |
A token that can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/admin.chrome.printers
https://www.googleapis.com/auth/admin.chrome.printers.readonly
For more information, see the Authorization guide.