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": "108a0a7d-bd32-45b0-847a-072aa964b03d",
    "Recepient": "sample string 2",
    "Message": "sample string 3",
    "Send_Datetime": "2026-01-23T00:27:21.2825656-07:00",
    "Status": "sample string 4",
    "Sender_FK": "0c8fb67c-7759-4628-9c14-2a71cc10751e"
  },
  {
    "ID": "108a0a7d-bd32-45b0-847a-072aa964b03d",
    "Recepient": "sample string 2",
    "Message": "sample string 3",
    "Send_Datetime": "2026-01-23T00:27:21.2825656-07:00",
    "Status": "sample string 4",
    "Sender_FK": "0c8fb67c-7759-4628-9c14-2a71cc10751e"
  }
]

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>108a0a7d-bd32-45b0-847a-072aa964b03d</ID>
    <Message>sample string 3</Message>
    <Recepient>sample string 2</Recepient>
    <Send_Datetime>2026-01-23T00:27:21.2825656-07:00</Send_Datetime>
    <Sender_FK>0c8fb67c-7759-4628-9c14-2a71cc10751e</Sender_FK>
    <Status>sample string 4</Status>
  </SMS_Log>
  <SMS_Log>
    <ID>108a0a7d-bd32-45b0-847a-072aa964b03d</ID>
    <Message>sample string 3</Message>
    <Recepient>sample string 2</Recepient>
    <Send_Datetime>2026-01-23T00:27:21.2825656-07:00</Send_Datetime>
    <Sender_FK>0c8fb67c-7759-4628-9c14-2a71cc10751e</Sender_FK>
    <Status>sample string 4</Status>
  </SMS_Log>
</ArrayOfSMS_Log>