Get all the replies to messages in the account
| Argument | Data Type | Required | Description |
| start | integer | No | Starting position of number of records |
| limit | integer | No | Number of records to return |
| XML Response | JSON Response |
| <response> <records>1</records> <reply> <id>286257</id> <datecreated>October 16, 2024, 05:09 pm</datecreated> <message><![CDATA[STOP ]]></message> <nummedia>0</nummedia> <phonefrom>+13844391641</phonefrom> <phoneto>+19162296521</phoneto> <phoneid>154</phoneid> <campaignid>529</campaignid> <unsubscribed>1</unsubscribed> <tag/> </reply> </response> |
{
"records": "1",
"reply": {
"id": "286257",
"datecreated": "October 16, 2024, 05:09 pm",
"message": "STOP ",
"nummedia": "0",
"phonefrom": "+13844391641",
"phoneto": "+19162296521",
"phoneid": "154",
"campaignid": "529",
"unsubscribed": "1",
"tag": ""
}
} |