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

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiCategoryDefinition response

description
string

The description of the category

dynamicValues
boolean

Whether the category authorizes dynamic values

folder
boolean

Whether the category is the Folder category (read-only)

id
string

The ID of the category

kind
string
levelNames
string[]

The name of the levels in the category

levelNames_i18n
string[]

The internationalized name of the levels in the category (read-only field)

libraryId
string

The ID of the library

name
string

The name of the category

tags
boolean

Whether the category is the Tags category (read-only)

value
string

The ID of the category (backward compatibility for category.category.listCategoryDefinitions)