GET api/Values
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Ball| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "sample string 1",
"Name": "sample string 2"
},
{
"ID": "sample string 1",
"Name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfBall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XQQ.FuelCell.WebApp.Controllers">
<Ball>
<ID>sample string 1</ID>
<Name>sample string 2</Name>
</Ball>
<Ball>
<ID>sample string 1</ID>
<Name>sample string 2</Name>
</Ball>
</ArrayOfBall>