Skip to main content
GET
/
referenceCatalog
/
v1
/
{catalogId}
/
suggest
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/referenceCatalog/v1/{catalogId}/suggest \
  --header 'Authorization: Bearer <token>'
{
  "kind": "<string>",
  "referenceCatalogValues": [
    {
      "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

Query Parameters

prefix
string

The prefix to look for reference catalog values

limit
integer<int32>
default:15

The number of reference catalog values matching the prefix to return. (Default: 15)

parent
string

The id of the direct parent of the reference catalog values to look for

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiReferenceCatalogValueList response

kind
string
referenceCatalogValues
object[]

The list of reference catalog values