Skip to main content

IndexSearch

POST 

/indices/search

Perform a search on a index; this is currently available for both folder and tag indices

Request

Query Parameters

    siteId string

    Site Identifier

    limit string

    Limit Results

    Default value: 10
    next string

    Next page of results token

    previous string

    Previous page of results token

Body

required

    indexType string

    The name of the index to search

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    next string

    Next page of results token

    previous string

    Previous page of results token

    values

    object[]

    List of search results

  • Array [

  • value string

    value of index

  • ]

Loading...