GET api/Values

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RtTest
NameDescriptionTypeAdditional information
id

integer

None.

name

integer

None.

sex_name

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": 2,
  "sex_name": 3
}

application/xml, text/xml

Sample:
<RtTest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISM.Web.Controllers">
  <id>1</id>
  <name>2</name>
  <sex_name>3</sex_name>
</RtTest>