
Wired Plus API Documentation
API v1 Guide
Account
Automation
Contacts
- Create New Contact
- Update Contact
- Bulk Contact Update
- Archive Contact
- Unsubscribe Contact
- Resubscribe Contact
- Resubscribe Contact To List
- Suppress Contact
- Get Contacts
- Get New Contacts
- Get Updated Contacts
- Get Contact By Id
- Get Contact By Email
- Get Contacts In List
- Get Lists for a Contact
- Get Unsubscribed Contacts
- Get Unsubscribed Contacts In List
- Get Suppressed Contacts
Lists
- Create New List
- Get List Detail By ID
- Get Active Lists
- Bulk Assign Contacts To List
- Get Contacts In List
- Delete Contact From List
Campaigns
- GetCampaigns
- GetCampaignById
- GetCampaignActivities
- GetCampaignContactReplies
- GetCampaignContactSendStatus
- GetCampaignEvent
Transactional Emails
GET GetCampaignContactReplies
Retrieves details of campaign's contact email replies.
Input and output parameters
The input and output parameters for this method are:
*denotes required field.
Input Parameter Name | Type/Info |
id* | integer, the id of the campaign. |
date_from | date, yyyy-mm-dd start date of data range. |
date_to | date, yyyy-mm-dd end date of data range. |
contact_id | integer, a specific contact to get replies for. |
start | integer, start of the result range, paginate results. |
limit | integer, number of results to return. |
Outputs: | |
|
Examples
Curl
PHP
jQuery
Result Format JSON