Skip to main content
GET
/
referenceCatalog
/
v1
/
{catalogId}
/
items
/
{referenceCatalogValueId}
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/referenceCatalog/v1/{catalogId}/items/{referenceCatalogValueId} \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": 123,
  "deleted": true,
  "id": "<string>",
  "kind": "<string>",
  "lastModifiedAt": 123,
  "leaf": true,
  "level": 123,
  "name": "<string>",
  "parent": "<string>",
  "parentIds": [
    "<string>"
  ],
  "rank": 123,
  "referenceCatalogId": "<string>"
}

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

referenceCatalogValueId
string
required

The ID of a reference catalog value

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiReferenceCatalogValue response

createdAt
integer<int64>

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

deleted
boolean

Whether the catalog value should be marked as deleted

id
string

The ID of the reference catalog value

kind
string
lastModifiedAt
integer<int64>

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

leaf
boolean

Whether the value has children values (read-only field)

level
integer<int32>

The level of the reference catalog value in the hieararchical structure. Level 0 is the first level that has no ancestors (read-only field)

name
string

The name of the reference catalog value

parent
string

The id of the parent of the reference catalog value

parentIds
string[]

The id's of the ancestors of the reference catalog value (read-only field)

rank
integer<int32>

Rank of the reference catalog value used for sorting, accepting positive integers only

referenceCatalogId
string

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