Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Add support for modified since in #get_contacts_from_list #56

Open
gnilrets opened this issue Jun 10, 2016 · 0 comments
Open

Add support for modified since in #get_contacts_from_list #56

gnilrets opened this issue Jun 10, 2016 · 0 comments

Comments

@gnilrets
Copy link
Contributor

It doesn't appear that there's any way to get recently modified contacts from a list using the SDK (but I can using the API tester):

contacts = cc.get_contacts_from_list(list_id, {
  limit: 500,
  modified_since: (Date.current - 90.days).strftime('%Y-%m-%d')
})

# => RestClient::BadRequest: 400 Bad Request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant