Skip to main content
June 3, 2016
Question

Filter data on Date Range

  • June 3, 2016
  • 3 replies
  • 1712 views

Hi,

I am working on Marketo API and trying to get Data (Program/Campaign/Lead) on Date Range. I mean, to filter data on 'Date Range'. Is it possible to achieve this using Marketo API. Please suggest.

Thanks,

Avi

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Jim_Thao7
Level 8
June 3, 2016

Not that I'm aware of.  However, I could totally be wrong as there are many calls out there and I've not gone through them all yet.

You may have to pull your data first using the available filter types foe each object.  Then when you have your data, you can do your filtering on say, CreatedAt or UpdatedAt.

EG. Say you use Get Multiple Campaigns​ and you paginate through all your campaigns.  Now you have a large JSON file of data.  You can then now filter through that JSON file with CreatedAt or UpdateAt

Grégoire_Miche2
Level 10
June 3, 2016

You will have to do it on the client end, I guess.

Vote here:

-Greg

June 3, 2016

Thanks Jim and Greg, for quick response.

Managing at Client End (I am doing right now this way only) is my concern due to the volume of data and bandwidth on server so, I was looking for a way through API call itself. I believe now, its not available.

Thanks...

Grégoire_Miche2
Level 10
June 3, 2016

Then vote