Skip to main content
GET
/
category
/
v1
/
libraries
/
{libraryId}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/category/v1/libraries/{libraryId} \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "description": "<string>",
      "dynamicValues": true,
      "folder": true,
      "id": "<string>",
      "kind": "<string>",
      "levelNames": [
        "<string>"
      ],
      "levelNames_i18n": [
        "<string>"
      ],
      "libraryId": "<string>",
      "name": "<string>",
      "tags": true,
      "value": "<string>"
    }
  ],
  "kind": "<string>",
  "nextPageToken": "<string>"
}

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

pageToken
string

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.

pageSize
integer<int32>

The maximum number of items to return

Response

200 - application/json

A ApiCategoryDefinitionList response

items
object[]
kind
string
nextPageToken
string