Hi, I am trying to get data from get method with fetchxml, but I always get this error "The query parameter fetchxml is not supported", I believe the fetchxml query is correct
crmurl/.../incidents;fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" >
<entity name="incident" >
<attribute name="title" />
<attribute name="ticketnumber" />
<attribute name="createdon" />
<attribute name="incidentid" />
<attribute name="caseorigincode" />
<order attribute="title" descending="false" />
<filter type="and" >
<condition attribute="statecode" operator="eq" value="0" />
</filter>
</entity>
</fetch>
*This post is locked for comments
I have the same question (0)