cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/referenceCatalog/v1 \ --header 'Authorization: Bearer <token>'
{ "kind": "<string>", "referenceCatalogs": [ { "createdAt": 123, "id": "<string>", "kind": "<string>", "levelNames": [ "<string>" ], "modifiedAt": 123, "name": "<string>", "numberOfValues": 123 } ] }
Lists the reference catalogs available in the domain.
The access token received from the authorization server in the OAuth 2.0 flow.
The security code
The G Suite domain
A ApiReferenceCatalogList response
Show child attributes