GET api/SMS_Log
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SMS_Log| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Recepient | string |
None. |
|
| Message | string |
None. |
|
| Send_Datetime | date |
None. |
|
| Status | string |
None. |
|
| Sender_FK | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "68455a87-6328-4610-b3e6-cf1a022a6a96",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-01-04T18:55:50.100054-07:00",
"Status": "sample string 4",
"Sender_FK": "6f529f17-4255-42fa-a9e0-1234baefa3fb"
},
{
"ID": "68455a87-6328-4610-b3e6-cf1a022a6a96",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-01-04T18:55:50.100054-07:00",
"Status": "sample string 4",
"Sender_FK": "6f529f17-4255-42fa-a9e0-1234baefa3fb"
}
]
application/xml, text/xml
Sample:
<ArrayOfSMS_Log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSMSAPIV2">
<SMS_Log>
<ID>68455a87-6328-4610-b3e6-cf1a022a6a96</ID>
<Message>sample string 3</Message>
<Recepient>sample string 2</Recepient>
<Send_Datetime>2026-01-04T18:55:50.100054-07:00</Send_Datetime>
<Sender_FK>6f529f17-4255-42fa-a9e0-1234baefa3fb</Sender_FK>
<Status>sample string 4</Status>
</SMS_Log>
<SMS_Log>
<ID>68455a87-6328-4610-b3e6-cf1a022a6a96</ID>
<Message>sample string 3</Message>
<Recepient>sample string 2</Recepient>
<Send_Datetime>2026-01-04T18:55:50.100054-07:00</Send_Datetime>
<Sender_FK>6f529f17-4255-42fa-a9e0-1234baefa3fb</Sender_FK>
<Status>sample string 4</Status>
</SMS_Log>
</ArrayOfSMS_Log>