Skip to main content
GET
/
view
/
v1
/
libraries
/
{libraryId}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/view/v1/libraries/{libraryId} \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "availableFields": [
        {
          "capabilities": [
            "DISPLAY"
          ],
          "filterOperators": [
            "EQUAL"
          ],
          "hidden": true,
          "id": "<string>",
          "kind": "<string>",
          "multiple": true,
          "name": "<string>",
          "name_i18n": "<string>",
          "system": true,
          "type": "STRING"
        }
      ],
      "browseBy": {
        "kind": "<string>",
        "name": "<string>",
        "name_i18n": "<string>",
        "type": "STATE",
        "value": "<string>"
      },
      "canDisplay": true,
      "classId": "<string>",
      "className": "<string>",
      "customUIActions": [
        {
          "displayedOn": {
            "classIds": [
              {
                "documents": true,
                "id": "<string>",
                "kind": "<string>",
                "views": true
              }
            ],
            "viewIds": [
              {
                "id": "<string>",
                "kind": "<string>"
              }
            ]
          },
          "icon": "<string>",
          "id": "<string>",
          "kind": "<string>",
          "libraryId": "<string>",
          "role": "NONE",
          "selection": "ANY",
          "title": "<string>",
          "url": "<string>",
          "windowName": "<string>"
        }
      ],
      "defaultView": true,
      "disableEditViewCells": true,
      "displayColumns": [
        {
          "kind": "<string>",
          "name": "<string>",
          "name_i18n": "<string>",
          "value": "<string>"
        }
      ],
      "expandFilters": true,
      "filterColumns": [
        {
          "kind": "<string>",
          "name": "<string>",
          "name_i18n": "<string>",
          "value": "<string>"
        }
      ],
      "filters": [
        {
          "column": {
            "kind": "<string>",
            "name": "<string>",
            "name_i18n": "<string>",
            "value": "<string>"
          },
          "joinType": "AND",
          "kind": "<string>",
          "operator": "EQUAL",
          "value": "<string>",
          "values": [
            [
              {
                "id": "<string>",
                "name": "<string>",
                "name_i18n": "<string>",
                "value": "<string>"
              }
            ]
          ]
        }
      ],
      "hideEmptyEntries": true,
      "hideOutdatedCategoryValues": true,
      "id": "<string>",
      "includeOtherClasses": true,
      "includeSubfolders": true,
      "kind": "<string>",
      "libraryId": "<string>",
      "name": "<string>",
      "name_i18n": "<string>",
      "numberOfDocumentsPerPage": 123,
      "openDocumentTargetPage": "DOCUMENT",
      "openDocumentTargetTab": "CURRENT",
      "order": {
        "descending": true,
        "kind": "<string>",
        "sortByField": {
          "kind": "<string>",
          "name": "<string>",
          "name_i18n": "<string>",
          "value": "<string>"
        }
      },
      "publishState": "ALL",
      "searchInAttachmentsByDefault": true,
      "showInLibrary": true,
      "sidePanelSettings": {
        "defaultTab": "PROPERTIES",
        "enabled": true,
        "hideWorkflowActions": true
      },
      "url": "<string>",
      "value": "<string>",
      "visibility": {
        "classId": "<string>",
        "className": "<string>",
        "description": "<string>",
        "displayName": "<string>",
        "displayName_i18n": "<string>",
        "thumbnailPictureUrl": "<string>",
        "type": "USER",
        "value": "<string>"
      }
    }
  ],
  "kind": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api.aodocs.com/llms.txt

Use this file to discover all available pages before exploring further.

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

items
object[]
kind
string