Skip to main content
POST
/
referenceCatalog
/
v1
/
{catalogId}
/
items
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/referenceCatalog/v1/{catalogId}/items \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "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>"
    }
  ]
}
'
{
  "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

securityCode
string

The security code

domain
string

The G Suite domain

Body

application/json
kind
string
referenceCatalogValues
object[]

The list of reference catalog values

Response

200 - application/json

A ApiReferenceCatalogValueList response

kind
string
referenceCatalogValues
object[]

The list of reference catalog values