Skip to content

Filter leads by RESONSIBLE_USER_ID #39

@TDodgeCo

Description

@TDodgeCo

I'm attempting to search for leads and filter them by responsible user, but my attempts appear to be fruitless.

I'm using Flask to create my local endpoints. Here's my code:

@app.route('/api/v1.0/lead') def get_leads(): leads = i.read('leads', top=10, filters={"RESPONSIBLE_USER_ID": 1412483}) return jsonify({'lead': leads})

When I run curl -i http://localhost:5000/api/v1.0/lead

I'm returned with a list of leads that do not match the ID provided in the i.read() function.

Am I missing something here? Is this filter not supported?

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