an object with query parameters
OptionalcountTotal?: booleanOptional parameter to request total count for query
Optionallimit?: numberThe number of glossaries to get.
Optionalnext?: stringOptional parameter to request the next page.
Optionalprev?: stringOptional parameter to request the previous page.
Optionalsort?: "name" | "description" | "+description" | "-description" | "-name" | "+name"Optional resource field name to sort on, eg. name. Can be prefixed with +/- to determine order, defaults to (+) ascending.
Optionaloptions: ApiCallOptions
Returns all glossaries.