Skip to content

How do you query LastUpdated as being greater than or equal to? #10

@shaunc869

Description

@shaunc869

I am trying to run this query:

table = 'Contact'
returnFields = ['Id', 'FirstName', 'LastName', 'Email', 'Phone1']
query = {"LastUpdated": "2015-06-19T12:12:12+00:00"}
limit = 1000
page = 0
contacts = infusionsoft.DataService('query', table, limit, page, query, returnFields)

but as a greater than or equal to, how do I do that? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions