an object with query parameters
Optional
countTotal?: booleanOptional parameter to request total count for query
Optional
limit?: numberThe number of glossaries to get.
Optional
next?: stringOptional parameter to request the next page.
Optional
prev?: stringOptional parameter to request the previous page.
Optional
sort?: "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.
Optional
options: ApiCallOptions
Returns all glossaries.