Skip to main content
GET
/
category
/
v1
/
libraries
/
{libraryId}
/
categories
/
{categoryId}
/
values
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/category/v1/libraries/{libraryId}/categories/{categoryId}/values \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "ancestors": "<array>",
      "id": "<string>",
      "kind": "<string>",
      "leaf": true,
      "leafInNotOutdatedTree": true,
      "name": "<string>",
      "name_i18n": "<string>",
      "outdated": true,
      "parentId": "<string>",
      "shortName": "<string>",
      "value": "<string>"
    }
  ],
  "kind": "<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

categoryId
string
required

The ID of the category

Query Parameters

parentCategoryValueId
string

The ID of a parent category value (leave empty for root level)

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiCategoryValueList response

items
object[]
kind
string