List Emails
Returns all email for the campaign if it is specified, otherwise returns all emails.
Path Parameters
campaignidnumber
Optionally filter by a campaign.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"emails": [
... array of email objects
]
}
}