cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/category/v1/libraries/{libraryId}/categories/{categoryId}/allvalueshierarchy \ --header 'Authorization: Bearer <token>'
{ "items": [ { "ancestors": "<array>", "id": "<string>", "kind": "<string>", "leaf": true, "leafInNotOutdatedTree": true, "name": "<string>", "name_i18n": "<string>", "outdated": true, "parentId": "<string>", "shortName": "<string>", "value": "<string>" } ], "kind": "<string>" }
Lists all the values recursively of a category in a library.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the library
The ID of the category
The security code
The G Suite domain
A ApiCategoryValueList response
Show child attributes