GET api/SMS_Log

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SMS_Log
NameDescriptionTypeAdditional 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": "58acbb6a-63fb-4dbc-95e4-c6b5e0b4eaa3",
    "Recepient": "sample string 2",
    "Message": "sample string 3",
    "Send_Datetime": "2026-09-26T08:47:39.134741-07:00",
    "Status": "sample string 4",
    "Sender_FK": "17c736d0-e768-44d0-9eb9-224de9e0ca2b"
  },
  {
    "ID": "58acbb6a-63fb-4dbc-95e4-c6b5e0b4eaa3",
    "Recepient": "sample string 2",
    "Message": "sample string 3",
    "Send_Datetime": "2026-09-26T08:47:39.134741-07:00",
    "Status": "sample string 4",
    "Sender_FK": "17c736d0-e768-44d0-9eb9-224de9e0ca2b"
  }
]

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>58acbb6a-63fb-4dbc-95e4-c6b5e0b4eaa3</ID>
    <Message>sample string 3</Message>
    <Recepient>sample string 2</Recepient>
    <Send_Datetime>2026-09-26T08:47:39.134741-07:00</Send_Datetime>
    <Sender_FK>17c736d0-e768-44d0-9eb9-224de9e0ca2b</Sender_FK>
    <Status>sample string 4</Status>
  </SMS_Log>
  <SMS_Log>
    <ID>58acbb6a-63fb-4dbc-95e4-c6b5e0b4eaa3</ID>
    <Message>sample string 3</Message>
    <Recepient>sample string 2</Recepient>
    <Send_Datetime>2026-09-26T08:47:39.134741-07:00</Send_Datetime>
    <Sender_FK>17c736d0-e768-44d0-9eb9-224de9e0ca2b</Sender_FK>
    <Status>sample string 4</Status>
  </SMS_Log>
</ArrayOfSMS_Log>