Glossary

Retrieve user-created glossaries

Retrieve a list of user-created glossaries, optionally paginated and sorted by creation date.

Details:

  • Supports pagination with a token for subsequent requests.
  • If token is provided, sort and page_size are not allowed.
  • If sort and/or page_size are specified, a fresh pagination page will be started without using token.
get/saas/glossaries

Query parameters

sort'asc' | 'desc'

Sort order: asc | desc

page_sizeinteger

Number of items per page [1;100]

Number of items per page [1;100]

tokenstring

Pagination token. Note: sort and page_size parameters are not allowed with the pagination token parameter.

Pagination token. Note: sort and page_size parameters are not allowed with the pagination token parameter.

Response

Successful Response

okboolean

Indicates if the request was successful or not.

Changes

No recorded changes to this endpoint across all 1 revision of this API.