GET api/SMS/GetAllSMS
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SMS| Name | Description | Type | Additional information |
|---|---|---|---|
| SMS_Id | integer |
None. |
|
| SMSName | string |
None. |
|
| TextSMS | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"SMS_Id": 1,
"SMSName": "sample string 2",
"TextSMS": "sample string 3"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","SMS_Id":1,"SMSName":"sample string 2","TextSMS":"sample string 3"},{"$ref":"1"}]