Skip to main content
GET
/
referenceCatalog
/
v1
/
{catalogId}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/referenceCatalog/v1/{catalogId} \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": 123,
  "id": "<string>",
  "kind": "<string>",
  "levelNames": [
    "<string>"
  ],
  "modifiedAt": 123,
  "name": "<string>",
  "numberOfValues": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

catalogId
string
required

The ID of the reference catalog

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiReferenceCatalog response

createdAt
integer<int64>

The timestamp (in ms) at which the catalog was created (read-only field)

id
string

The ID of the reference catalog (read-only field)

kind
string
levelNames
string[]

Ordered name of levels of the reference catalog

modifiedAt
integer<int64>

The timestamp (in ms) at which the catalog was last modified (read-only field)

name
string

The name of the reference catalog

numberOfValues
integer<int32>

The number of values in the reference catalog (read-only field)