GET api/Download/GetFilter

provides filter-data for component donwload-filter

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Clear

CLEAR ALL FILTERS

integer

None.

Changed

indicates, which filter initiated Service-Call!

string

None.

DocumentType

filter document type

Collection of integer

None.

Brand

filter parameter brand

integer

None.

Products

product parameter brand

integer

None.

FilterByBrand

determines whether brand filter is set

boolean

None.

FilterByType

determines whether type filter is set

boolean

None.

FilterByProduct

determines whether product filter is set

boolean

None.

ClearFilter

determines whether filter "all/clear" is selected

boolean

None.

FiltersUsed

indicates whether any filter is set

boolean

None.

Limit

number of records to be returned

integer

None.

OffSet

offset; number of objects that are skipped

integer

None.

Language

Base class for filter parameters; Contains only language as parameter;

string

None.

Body Parameters

None.

Response Information

Resource Description

filter results

ExtendedGenericJsonResult
NameDescriptionTypeAdditional information
filter

filters

Object

None.

count

number of objects in return data

integer

None.

totalAmountOfResults

number of total results, not the results returned, especially for SolrSearch

integer

None.

foundMore

indicates whether there are more result objects than returned

boolean

None.

data

actual result data

Object

None.

errorMessage

if an error occured while processing request, this error message is filled string.empty means: no error occured

string

None.

Response Formats

application/json, text/json

Sample:
{
  "filter": {},
  "count": 0,
  "totalAmountOfResults": 2,
  "foundMore": true,
  "data": {},
  "errorMessage": "sample string 5"
}