Gets the search refinements that are used to drive the project navigation and record autocomplete
GET //search/refinements HTTP/1.1 Host: api.ecosuite.io Authorization: YOUR_API_KEY Accept: */*
successful operation
{ "refinements": { "ANY_ADDITIONAL_PROPERTY": [ "text" ] }, "autoCompletes": { "ANY_ADDITIONAL_PROPERTY": { "ANY_ADDITIONAL_PROPERTY": { "projects": [ "text" ] } } } }