Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

explicitAccessOnly
boolean
default:false

Whether to list only libraries with explicit access (for super administrators)

favoritesOnly
boolean
default:false

Whether to list only favorite libraries of the user

include
string[]

To filter the list of fields to have in the response (everything if left empty). The possible choices are: 'NONE', 'CLASSES', 'CATEGORY_DEFINITIONS', 'VIEWS', 'FOLDER_DEFINITION', 'WORKFLOWS', 'RELATIONS', 'PERMISSIONS', 'LIBRARY_LABELS'

securityCode
string

The security code

domain
string

The G Suite domain

query
string

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)

Response

200 - application/json

A ApiLibraryList response

hasMoreResults
boolean
kind
string
libraries
object[]