Hello,
I've been trying to use the API to return a list of Request Subcategories based on the category that each subcategory is linked to.
I'm able to get the list of subcategories just fine when calling api/v3/requests/subcategory. This returns an array of subcategories, each one containing the name, deleted flag, id, and category object that contains the name and id for the linked category. However, when I attempt to use either the search_criteria or search_fields list_info methods to filter the "category.name" property, nothing ever appears to get filtered out.
I've tried every combination I can think of, but nothing seems to be working. Is it possible to utilize search_criteria or search_fields to filter the subcategory field, based on the connected category field it's associated with?
Thank you!