Discussions
GET Properties - Multiple Custom Field Filters
17 days ago by Kyle Pittman
When using the GET All Properties endpoint, we are hoping to filter on multiple custom fields in a single call using filter.custom_field. Is this possible?
We can get a correct result when using only one property {"label": "", "value": ""}, but if we send a set of multiple fields and values, the API will return SUCCESS but no records.
If this functionality is possible I would love to know the correct structure to use for the parameter. Thank you.