/
Using Dashboard API to Manage Keyword Search Section

Using Dashboard API to Manage Keyword Search Section

Synonym

  • GET api/v9/Synonym

    Gets all Synonyms in the system

    Parameters

    • version: (FromUri)

  • GET api/v9/Synonym/{id}

    Gets a single Synonym by its id

    Parameters

    • id: Id of a Synonym (FromUri)

    • version: (FromUri)

  • GET api/v9/Synonym/{guid}

    Gets a single Synonym by its guid

    Parameters

    • guid: Id of a Synonym (FromUri)

    • version: (FromUri)

  • POST api/v9/Synonym

    Adds a Synonym to the system

    Parameters

    • synonym: No Documentation Found. (FromBody)

    • version: (FromUri)

  • PUT api/v9/Synonym/{id}

    Updates a Synonym

    Parameters

    • id: Id of a Synonym to update (FromUri)

    • Synonym: A Synonym entity with updated properties (FromBody)

    • version: (FromUri)

  • PUT api/v9/Synonym/{guid}

    Updates a Synonym

    Parameters

    • guid: Id of a Synonym to update (FromUri)

    • Synonym: A Synonym entity with updated properties (FromBody)

    • version: (FromUri)

  • DELETE api/v9/Synonym/{id}

    Deletes a Synonym

    Parameters

    • id: Id of a Synonym to delete (FromUri)

    • version: (FromUri)

  • DELETE api/v9/Synonym/{guid}

    Deletes a Synonym

    Parameters

    • guid: Id of a Synonym to delete (FromUri)

    • version: (FromUri)

 

Spell Check

  • DELETE api/v9/spellcheck/{id}

    Deletes a spellcheck by its id

    Parameters

    • id: Id of a Spellcheck to delete (FromUri)

  • GET api/v9/spellcheck/{id}

    Gets a spellcheck by its id

    Parameters

    • id: Id of a Spellcheck to  get (FromUri)

  • GET api/v9/spellcheck

    •Gets Activity Funnel report data.

    Parameters

    • parameters: { FromDate: DateTime, ToDate: DateTime } (FromBody)

  • POST api/v9/spellcheck

    Gets all spellcheck in the system

  • PUT api/v9/spellcheck

    Updates a spellcheck override to the system.

    Parameters

    • id: Id of a Spellcheck to update(FromUri)

    • spellcheck: A spellcheck override entity (fromBody)

Related content

Keyword Searching Objects
Keyword Searching Objects
More like this
How should I use Synonyms?
How should I use Synonyms?
More like this
Bulk Upload Synonyms
Bulk Upload Synonyms
More like this
Synonym phrase not returning results for Synonym
Synonym phrase not returning results for Synonym
More like this
Synonyms
More like this
What is the difference between Synonyms and Keyword Replacement?
What is the difference between Synonyms and Keyword Replacement?
More like this