Skip to content

Transactional Statistics result format is wrong #110

@rhydianroberts

Description

@rhydianroberts

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions