GET api/v{version}/Parameters/GetParameterValue?key={key}&code={code}

Returns the value of a particular parameter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

The key associated with the login.

string

Required

code

The code of the parameter to retrieve.

string

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

The value of the parameter sought.

string

None.

Response Formats

application/json, text/json

Sample:
"sample string 1"