-
Notifications
You must be signed in to change notification settings - Fork 6
Description
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.