GET api/Values/{id}?code={code}&temp2={temp2}&temp3={temp3}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

code
Documentation for 'code'.

Define this parameter in the request URI.

temp2
Documentation for 'temp2'.

Define this parameter in the request URI.

temp3
Documentation for 'temp3'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ContentEncoding": null,
  "ContentType": "sample string 1",
  "Data": {},
  "JsonRequestBehavior": 0,
  "MaxJsonLength": 1,
  "RecursionLimit": 1
}

text/xml

Sample:
<JsonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
  <ContentEncoding xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Text" i:nil="true" />
  <ContentType>sample string 1</ContentType>
  <Data />
  <JsonRequestBehavior>AllowGet</JsonRequestBehavior>
  <MaxJsonLength>1</MaxJsonLength>
  <RecursionLimit>1</RecursionLimit>
</JsonResult>