You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I got it working for some calls, I have two questions regarding them:
Is it possible to filter a deep property? Something like odrl:hasPolicy.id = "MQ...."
Is there documentation about which filter operations are available?
How can I find out which properties I can filter by? I'm interested in filtering by assetId in /v2/transferprocesses/request, but it says Error validating schema: Field assetId not found on type class org.eclipse.edc.connector.transfer.spi.types.TransferProcess, even though the source mentions it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to use the filter feature present in some EDC calls, e.g.:
Even though I didn't find documentation about the filter feature I derived its structure from creating Contract Definitions:
While I got it working for some calls, I have two questions regarding them:
odrl:hasPolicy.id = "MQ...."
assetId
in /v2/transferprocesses/request, but it saysError validating schema: Field assetId not found on type class org.eclipse.edc.connector.transfer.spi.types.TransferProcess
, even though the source mentions it.Beta Was this translation helpful? Give feedback.
All reactions