Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
POST /api/v9v10/index HTTP/1.1
Host: dashboard-na.hawksearch.com
X-HawkSearch-ApiKey: USE_YOUR_API_KEY
Cache-Control: no-cache
{}

...

Code Block
languagejson
POST /api/v9v10/index/trigger HTTP/1.1
Host: dev.hawksearch.net
X-HawkSearch-ApiKey: USE_YOUR_API_KEY
Cache-Control: no-cache
{
  "args":"partial"
}

...

Excerpt
hiddentrue

Index

  • POST api/v9v10/index

    Triggers re-indexing on demand

    Returns Notification Object

    Parameters

    • param: string param. (FromBody)

  • GET api/v9v10/index/status

    Returns status of last indexing

  • GET api/v9v10/index/status/{notificationId} Returns status of indexing by notification id Parametersnotificationid: Id of notification (FromUri)