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

Add support for modified since in #get_contacts_from_list #56

@gnilrets

Description

@gnilrets

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions