{BCPrefix}/Dev/api/v2.0/companies(<companyid>)/dimensionValues it gives us following
]
When we add the filter, {BCPrefix}/Dev/api/v2.0/companies(<companyid>)/dimensionValues?$filter=code in ('10', '20')
[
Still we are getting the 3rd record which has code value 30. We expected that this record will not be there in the response.