GET api/sms_log

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of sms_log
NameDescriptionTypeAdditional information
id_log

decimal number

None.

cellphone

string

None.

date_sms

date

None.

id_htl

decimal number

None.

responce

string

None.

body

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id_log": 1.0,
    "cellphone": "sample string 2",
    "date_sms": "2025-12-11T17:46:26.7627967+03:30",
    "id_htl": 1.0,
    "responce": "sample string 3",
    "body": "sample string 4"
  },
  {
    "id_log": 1.0,
    "cellphone": "sample string 2",
    "date_sms": "2025-12-11T17:46:26.7627967+03:30",
    "id_htl": 1.0,
    "responce": "sample string 3",
    "body": "sample string 4"
  }
]

text/html

Sample:
[{"id_log":1.0,"cellphone":"sample string 2","date_sms":"2025-12-11T17:46:26.7627967+03:30","id_htl":1.0,"responce":"sample string 3","body":"sample string 4"},{"id_log":1.0,"cellphone":"sample string 2","date_sms":"2025-12-11T17:46:26.7627967+03:30","id_htl":1.0,"responce":"sample string 3","body":"sample string 4"}]

application/xml, text/xml

Sample:
<ArrayOfsms_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/setadEskan">
  <sms_log>
    <body>sample string 4</body>
    <cellphone>sample string 2</cellphone>
    <date_sms>2025-12-11T17:46:26.7627967+03:30</date_sms>
    <id_htl>1</id_htl>
    <id_log>1</id_log>
    <responce>sample string 3</responce>
  </sms_log>
  <sms_log>
    <body>sample string 4</body>
    <cellphone>sample string 2</cellphone>
    <date_sms>2025-12-11T17:46:26.7627967+03:30</date_sms>
    <id_htl>1</id_htl>
    <id_log>1</id_log>
    <responce>sample string 3</responce>
  </sms_log>
</ArrayOfsms_log>