Open rhyd42 opened 3 years ago
Documentation states the result is in this format:
* @return CS_REST_Wrapper_Result A successful response will be an array of the form * array( * array( * "MessageID" => string * "Status" => string * "SentAt" => string * "Recipient" => string * "From" => string * "Subject" => string * "TotalOpens" => integer * "TotalClicks" => integer * "CanBeResent" => boolean * "Group" => string, optional * "SmartEmailID" => string, optional * ) * ) */
Actual Response is: CS_REST_Wrapper_Result {#64 ▼ +response: {#65 ▼ +"Query": {#66 ...} +"Sent": 14 +"Bounces": 0 +"Delivered": 14 +"Opened": 9 +"Clicked": 2 } +http_status_code: 200
Documentation states the result is in this format:
Actual Response is: CS_REST_Wrapper_Result {#64 ▼ +response: {#65 ▼ +"Query": {#66 ...} +"Sent": 14 +"Bounces": 0 +"Delivered": 14 +"Opened": 9 +"Clicked": 2 } +http_status_code: 200