List and search libraries in the domain
The access token received from the authorization server in the OAuth 2.0 flow.
Terms to search in the library name (will match word prefixes). You can search for exact phrases by quoting the whole parameter (example: "exact search" => will search for the whole words 'exact search' next to each other). You can also use the stemming operator to search for alternative forms of the search terms (example: ~"dog eat" => will also search for the dogs, eating in any order)
(Super-admin only) Return libraries accessible with super admin role
Return only libraries with at least this role for the current user. Only ADMIN, WRITER, READER are valid values
NONE, READER, COMMENTER, ATTACHMENT_EDITOR, WRITER, ADMIN, SUPER_ADMIN Return libraries that would be hidden from the current user.
Return libraries of these types
DMS, SF, TF Return only libraries of this storage account
Return libraries with at least one of these labels
Return the libraries with all the provided app metadata tags. App metadata tags can be queried at three levels with the following syntax: 'appNamespaceId', 'appNamespaceId.tagName' or 'appNamespaceId.tagName:tagValue'. App metadata tags can be excluded by adding a '-' character before the tag name ('-appNamespaceId', '-appNamespaceId.tagName' or '-appNamespaceId.tagName:tagValue').
If true, returns only favorite libraries
Sort by ascending NAME, by descending LAST_ACCESSED and TASK_COUNT or with FAVORITE_FIRST. If orderBy is provided, only up to results can be returned (check incompleteResults in response). If not set results will be in an arbitrary order, but will be faster and allow to list more than 10000
NAME, LAST_ACCESSED, TASK_COUNT, FAVORITE_FIRST The maximum number of items to return(defaults to 20, max 1000)
Set to true if you need an exact total result count (up to 25000) and need to check that the response contains all results (slower results). If false, will only return an estimate of the total number of results.
Set to true to enable facet results on library types, storage accounts and labels (slower response)
Set additional information to return (each additional include slows the response). Available values: STATISTICS (super admin only), LABELS, IS_FAVORITE, LAST_ACCESSED, TASK_COUNT
STATISTICS, LABELS, IS_FAVORITE, LAST_ACCESSED, TASK_COUNT The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response.
The G Suite domain
The security code
A ApiLibrarySearchResultList response
A list of library search results
If true, totalResultCount is an estimate, that might be wrong by a large factor but should be the right order of magnitude
If true, totalTaskCount is only an estimate of the real task count (only present if the query returns task counts)
The facets associated with the current library search result
Whether this request cannot return all results. If true, either use a more precise query, or remove the orderBy parameter
List of libraries matching the search parameters
If the search has more results, the value to be passed as 'pageToken' to get the next page
Total number of libraries for this search. Might be an estimate, check estimatedResultCount as well
Total number of tasks for the user. Might be a lower bound, check estimatedResultCount as estimatedTaskCount (only present if the query returns task counts)