GET api/OldGoldCalculator/GetData

Endpoint to Calculate the value

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

None.

parameters

Collection of OldGoldCalcParameter

None.

Body Parameters

None.

Response Information

Resource Description

GenericJsonResult
NameDescriptionTypeAdditional information
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:
{
  "count": 0,
  "totalAmountOfResults": 1,
  "foundMore": true,
  "data": {},
  "errorMessage": "sample string 4"
}