Class: ListSearchSynonyms

ListSearchSynonyms(optional)

Gives the list of synonyms defined in the database.

Constructor

new ListSearchSynonyms(optional)

Construct the request
Parameters:
Name Type Description
optional Object Optional parameters given as an object with structure name of the parameter: value - Allowed parameters: - *count* - Type: number - Description: The number of synonyms to be listed. - *offset* - Type: number - Description: Specifies the number of synonyms to skip (ordered by `term`).
Source:

Methods

bodyParameters() → {Object}

Get body parameters
Source:
Returns:
The values of body parameters (name of parameter: value of the parameter)
Type
Object

queryParameters() → {Object}

Get query parameters
Source:
Returns:
The values of query parameters (name of parameter: value of the parameter)
Type
Object