Filters are implemented for some GET endpoints and is in the relevant cases listed in the corresponding row in the table that describes the objects fields. Multiple values can be supplied for a filter if the fields that the filtering should occur on is of one of the relationships types listen above. As an example, for the rtb-site-endpoint filtering can be made both on the siteURL- and categories field. The siteURL filter takes a plain string and the categories filed can take a comma separated list of category ids.

curl -b cookies -c cookies  "http://asx-api.bidtheatre.com/v2.0/api/{network_id}/rtb-site?siteURL=apple&categories=326,402"