Gets the search refinements that are used to drive the project navigation and record autocomplete
/search/refinements
curl -L \ --url 'https://api.ecosuite.io//search/refinements' \ --header 'Authorization: YOUR_API_KEY'
{ "refinements": { "ANY_ADDITIONAL_PROPERTY": [ "text" ] }, "autoCompletes": { "ANY_ADDITIONAL_PROPERTY": { "ANY_ADDITIONAL_PROPERTY": { "projects": [ "text" ] } } } }