Skip to main content
GET
/
folder
/
v1
/
libraries
/
{libraryId}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/folder/v1/libraries/{libraryId} \
  --header 'Authorization: Bearer <token>'
{
  "dynamicValues": true,
  "folderId": "<string>",
  "folderVisibility": "PRIVATE",
  "id": "<string>",
  "kind": "<string>",
  "libraryId": "<string>",
  "name": "<string>",
  "onlyAdminCanEditRootFolder": true,
  "onlyAdminCanManage": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

libraryId
string
required

The ID of the library

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiFolderDefinition response

dynamicValues
boolean
folderId
string
folderVisibility
enum<string>
Available options:
PRIVATE,
PUBLIC,
PUBLICLY_EDITABLE
id
string
kind
string
libraryId
string
name
string
onlyAdminCanEditRootFolder
boolean
onlyAdminCanManage
boolean