Refinements

Gets the search refinements

get

Gets the search refinements that are used to drive the project navigation and record autocomplete

Authorizations
Responses
200

successful operation

application/json
get
GET //search/refinements HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
  "refinements": {
    "ANY_ADDITIONAL_PROPERTY": [
      "text"
    ]
  },
  "autoCompletes": {
    "ANY_ADDITIONAL_PROPERTY": {
      "ANY_ADDITIONAL_PROPERTY": {
        "projects": [
          "text"
        ]
      }
    }
  }
}