All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.search_application.list.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "search_application.list": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/list-search-applications.html",
      "description": "Returns the existing search applications."
    },
    "stability": "experimental",
    "visibility": "public",
    "headers": {
      "accept": [
        "application/json"
      ]
    },
    "url": {
      "paths": [
        {
          "path": "/_application/search_application",
          "methods": [
            "GET"
          ]
        }
      ]
    },
    "params": {
      "q": {
        "type": "string",
        "description": "Query in the Lucene query string syntax"
      },
      "from": {
        "type": "int",
        "description": "Starting offset (default: 0)"
      },
      "size": {
        "type": "int",
        "description": "specifies a max number of results to get"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy