Api

<back to all web services

GetSmsHistory

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/syncreply/GetSmsHistory HTTP/1.1 
Host: api2.ekomesaj.com 
Content-Type: application/json
Content-Length: length

{"Credential":{"Username":"String","Password":"String","ResellerID":0},"Filter":{"BySendingType":"ByNumber"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"SmsHistories":[{"ID":0,"RequestGuid":"String","Sender":"String","SmsTitle":"String","SmsContent":"String","TimingType":0,"SendingType":0,"ReceipentCount":0,"DeliveredCount":0,"UndeliveredCount":0,"Status":0,"CreateDate":"0001-01-01T00:00:00.0000000","CreateUserID":0,"IsActive":false,"IsSchuled":false,"DataCoding":0,"ValidityPeriod":0,"IsTemplate":false,"IsPeriodic":false,"IsStopped":false,"GwType":0,"IsApproved":false}],"TotalCount":0,"Status":{"Code":0,"Description":"String","Message":"String"}}