Projects REST API in not filtering based on the Project Class Category
Summary:
We are trying to filter the Projects based on the Project class category with q parameter and finder both are not working. Its giving all the rows without considering the filter condition.
REST Framework version :2
https://servername/fscmRestApi/resources/latest/projects?finder=findProjectsByClassCategory;ClassCategory='Interface to ?' &expand=all
https://servername/fscmRestApi/resources/latest/projects?q=ProjectClassifications.ClassCategory like 'Interface to %'&fields=ProjectName,ProjectNumber,ProjectClassifications
Both of them are not working. Please help us in the issue.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):