Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transactional Statistics result format is wrong #110

Open
rhyd42 opened this issue Jul 16, 2021 · 0 comments
Open

Transactional Statistics result format is wrong #110

rhyd42 opened this issue Jul 16, 2021 · 0 comments

Comments

@rhyd42
Copy link

rhyd42 commented Jul 16, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant