Skip to content

Dynamic filter null pointer exception #75

Open
@edwardcawley

Description

@edwardcawley

This example from the documentation

curl https://{your_domain}.agilecrm.com/dev/api/filters/filter/dynamic-filter -H "Accept: application/json"
-H "Content-Type :application/x-www-form-urlencoded"
-d 'page_size=25&filterJson={"rules":[{"LHS":"updated_time","CONDITION":"ON","RHS":1572580800000}],"or_rules":[],"contact_type":"OPPORTUNITY"}'
-v -u [email protected]:123fghfhf******* -X POST

(but with correct credentials etc.) fails,

{"exception message":"java.lang.NullPointerException","status":"500"}

I have tried this on two different agile accounts. The issue seems to be OPPORTUNITY, I can get data with the dynamic filter and PERSON in contact_type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions