Answered
How do you filter using the odata executeEntityQuery call?
The metadata for the /odata/query/executeEntityQuery API call contains a filter field, but the documentation does not specify what format the field should be in and trying some basic ideas has not worked ( xpath='filtervalue', xpath eq 'filtervalue', etc.).
What is the appropriate way to filter results utilizing this call?
<ComplexType Name="queryParameter">
<Property Name="entity" Type="Edm.String"/>
<Property Name="processId" Type="Edm.String"/>
<Property Name="filter" Type="Edm.String"/>
<Property Name="processFilter" Type="Collection(ns.processFilterParameter)" Nullable="false"/>
<Property Name="xpaths" Type="Collection(ns.xpathParameter)" Nullable="false"/>
</ComplexType>
Dear Isaac,
Thank you for letting us know your questions. We have the information applicable for more recent versions of Bizagi Studio, which is call of the following endpoint:
Now, it is most likely that these endpoints that are used in recent versions have not changed, so they may be also used in 11.2.4. Please test it out and see if it works for you.
Kind regrads,
Laura G
Comments have been locked on this page!