Skip to main content

Perform autocomplete search

GET 

/autocomplete

Perform autocomplete search

Request

Query Parameters

    q stringrequired

    The autocomplete query

Header Parameters

    X-SaleCycle-Id stringrequired

    Your SaleCycle API Subscription key

Responses

Successful operation

Schema
    data object[]required
  • Array [
  • completed stringrequired

    The portion of the text that has been auto-completed

    highlighted stringrequired

    The full result, with highlighting of the completion

  • ]
Loading...