cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/library/v1beta1/{libId}/glossary \ --header 'Authorization: Bearer <token>'
{ "items": [ { "defaultLabel": "<string>", "labels": {}, "usedIn": [ "<string>" ] } ], "kind": "<string>" }
Gets the glossary of a library.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the library
The G Suite domain
The security code
A ApiGlossary response
The list of terms available for customized internationalization
Show child attributes