ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

Retrieving Contact actions by date #100

Closed moudarir closed 6 years ago

moudarir commented 6 years ago

Hi, I can retrieve the contact details by using

return $this->ac->api('contact/view?id='.$contactId);

or

return $this->ac->api('contact/list?'.$filters.'&limit='.$limit);

In my case, i just want to get contact details with certain actions filtering by date.

So, is there a way to retrieve Contact actions filtering by date or date range ?

Thanks in advance.

bartboy011 commented 6 years ago

Hi @moudarir - unfortunately, our API does not allow for filtering in that way.