Refinements
Gets the search refinements that are used to drive the project navigation and record autocomplete
Authorizations
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
/search/refinementsGET /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"
        ]
      }
    }
  }
}