Skip to main content
PUT
/
library
/
v1
/
plain
cURL
curl --request PUT \
  --url https://aodocs.altirnao.com/api/library/v1/plain \
  --header 'Authorization: Bearer <token>'
{
  "hasMoreResults": true,
  "kind": "<string>",
  "libraries": [
    {
      "kind": "<string>",
      "lastConfigModified": 123,
      "lastModified": 123,
      "libraryId": "<string>",
      "name": "<string>"
    }
  ]
}

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)

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 ApiPlainLibraryList response

hasMoreResults
boolean
kind
string
libraries
object[]