Skip to content

simplefilter not responding & inconsistent documentation #3

@SayChi

Description

@SayChi

On the Events endpoint, using the getlist() function (which according to the documentation should support "simplefilter") is not responding to either of these:
Events::getlist($client, array("simplefilter" => array("pricetypeids" => array(10000))))
nor
Events::getlist($client, array("simplefilter" => array("pricetypeids" => 10000)))
(tried both as the name implies an array, while the other options don't)

Following the documentation it uses EventQuery which both claim to support productionid, status and pricetypeids. The EventQuery states that simplefilter uses EventFilter where the intro only states "Currently allows you to filter based on the production ID" but the Fields and Example claim both productionid and status but no mention of pricetypeids.

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