GET api/OldGoldCalculator/GetFilter/{Id}?Clear={Clear}&Changed={Changed}&Position={Position}&Category={Category}&Name={Name}&Label={Label}&Value={Value}&FsId={FsId}&Limit={Limit}&OffSet={OffSet}&Language={Language}

Endpoint for Old Gold Calculator

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Clear

CLEAR ALL FILTERS

integer

None.

Changed

indicates, which filter initiated Service-Call!

string

None.

Position

integer

None.

Category

string

None.

Name

string

None.

Label

string

None.

Id

string

None.

Value

string

None.

FsId

integer

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

Download 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"
}