GET api/Sms
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Sms| Name | Description | Type | Additional information |
|---|---|---|---|
| label | string |
None. |
|
| y | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"label": "sample string 1",
"y": 2
},
{
"label": "sample string 1",
"y": 2
}
]
text/xml
Sample:
<ArrayOfSms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication34.Models">
<Sms>
<label>sample string 1</label>
<y>2</y>
</Sms>
<Sms>
<label>sample string 1</label>
<y>2</y>
</Sms>
</ArrayOfSms>