Currently $filter inside $expand is not supported by PTC but from OData v4 that is used. This would help filter in lower levels inside a BOM structure.
This capability has been available in WRS for a while. Most likely since WRS 1.2/1.3 timeframe.
For example, the following URL will only expand the usage links where the line number is 100 -
ProdMgmt/Parts('<oid>')?$expand=Uses($filter=LineNumber eq 100)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.