Using Eloqua API to get the contact email activity history

We would like to use Eloqua API to obtain an audit for a specific e-mail which was sent to a contact OR a history of activity regarding the emails that have been sent to a contact - query by e-mail of the contact value.


Is there a way to REST it? If not, is there another programmatic way to obtain this data?


Thank you


Beth

Not with 2.0 REST but with 1.0 it would look like this (make sure to change the id on the dates contact id and start/end)

https://secure.eloqua.com/Api/rest/1.0/data/activities/contact/519393?type=emailOpen&startDate=1388534400&endDate=1397076856

Syntax

 /data/activities/contact/{id}?type={type}&startDate={startDate}&endDate={endDate}&count={count}

Tags: Marketers

Similar Questions

Maybe you are looking for