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": "54fa45ee-3708-41fb-9588-1e379be0a8c3",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-02-01T01:56:15.2767879-07:00",
"Status": "sample string 4",
"Sender_FK": "9f814c9b-0b40-4a8b-aceb-e1d2183af32b"
},
{
"ID": "54fa45ee-3708-41fb-9588-1e379be0a8c3",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-02-01T01:56:15.2767879-07:00",
"Status": "sample string 4",
"Sender_FK": "9f814c9b-0b40-4a8b-aceb-e1d2183af32b"
}
]
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>54fa45ee-3708-41fb-9588-1e379be0a8c3</ID>
<Message>sample string 3</Message>
<Recepient>sample string 2</Recepient>
<Send_Datetime>2026-02-01T01:56:15.2767879-07:00</Send_Datetime>
<Sender_FK>9f814c9b-0b40-4a8b-aceb-e1d2183af32b</Sender_FK>
<Status>sample string 4</Status>
</SMS_Log>
<SMS_Log>
<ID>54fa45ee-3708-41fb-9588-1e379be0a8c3</ID>
<Message>sample string 3</Message>
<Recepient>sample string 2</Recepient>
<Send_Datetime>2026-02-01T01:56:15.2767879-07:00</Send_Datetime>
<Sender_FK>9f814c9b-0b40-4a8b-aceb-e1d2183af32b</Sender_FK>
<Status>sample string 4</Status>
</SMS_Log>
</ArrayOfSMS_Log>