Make a request »
SmsService.GetIncomingSmsMessages
Retrieve Incoming SMS Messages (direct) See code examples
URL Parameters
Http verb: Get
URI: Full url: http://se.api.anpdm.com/sms/v2/incoming-sms-messages?to-number={numberRespondedTo}&from={startDateStr}&to={endDateStr}
URL parameters:
numberRespondedTo | String | The Phone Number recipients used to reply with their SMS to (optional) |
startDateStr | String | Start date for the requested period (optional) |
endDateStr | String | End date for the requested period (optional) |
Body parameters
Body parameters
Not used |
Response
Body parameters
returns | List of incoming SMS messages where each item contains Number responded to, Response time, Recipient mobile number and Text of SMS response.
|
Help
Code examples