Glossaries
List glossaries
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Available scopes:
- : Allow read & write access to My Authors
- : Allow read access to My Authors
- : Allow write access to My Authors
Query parameters
filterstring · enumOptionalPossible values:
Possible values:
- all: list both shared and owned glossaries (default).
- share: shared glossaries only.
- owned: owned glossaries only.
pageintegerOptional
Search results are limited to 100 items. Specify page number to read more than the first page.
Responses
200
Lists glossaries
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
get
/v1/clients/glossariesCode samples
Last updated
Was this helpful?