Required. The unique ID of the customer's Google Workspace account.
Format: customers/{id}
Query parameters
Parameters
pageSize
integer
The maximum number of objects to return (default 100, max 100). The service might return fewer than this value.
pageToken
string
A generated token to paginate results (the nextPageToken from a previous call).
orgUnitId
string
If orgUnitId is present in the request, only print servers owned or inherited by the organizational unit (OU) are returned. If the PrintServer resource's orgUnitId matches the one in the request, the OU owns the server.
If orgUnitId is not specified in the request, all print servers are returned or filtered against.
Sort order for results. Supported values are displayName, description, or createTime.
Default order is ascending, but descending order can be returned by appending "desc" to the orderBy field. For instance, orderBy=='description desc' returns the print servers sorted by description in descending order.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["Lists print server configurations for a Google Workspace customer account."],["Allows filtering, sorting, and pagination of listed print servers."],["Requires authorization with specific OAuth scopes for access."],["Provides details such as displayName, description, and URI for each print server."],["Response includes a token for retrieving subsequent pages of results, if available."]]],[]]