Access EmailDelivery data through web services

Options
I'm currently scoping out the possibility of using Luminate Web Services to export data for external reporting, testing some queries in the Web Services console. I can access the constituent, group, and action form data that I need, but I've been unable to access EmailDelivery, EmailMessage, or EmailRecipient. As best I can tell from the type descriptions for these data elements, I should be able to access them with a simple query (SELECT * FROM EmailDelivery), but haven't succeeded with this method.



Attached are the body of the request and the response that I received.



Tagged:

Comments

  • Answering my own question: the Email family of datatypes are accessible through the GetIncrementalInserts operation, but not through queries. So the response I got makes complete sense.

Categories