GET api/MyProtectedApi2

gdfgfdg

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Value
NameDescriptionTypeAdditional information
Id

dfgfdgdfgsdgdfgdfgfdgdfg

integer

None.

Title

string

None.

Username

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Title": "sample string 2",
  "Username": "sample string 3"
}

application/xml, text/xml

Sample:
<Value xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArNikAPI.Controllers">
  <Id>1</Id>
  <Title>sample string 2</Title>
  <Username>sample string 3</Username>
</Value>