Hello,
When using the attribute returntotalrecordcount within my FetchXML query, the 2011 SOAP endpoint returns and element like “<a:TotalRecordCount>615</a:TotalRecordCount>”. If I send this same FetchXML query to the new Web API endpoint, there is no parameter returned that displays the record count.
I reviewed https://msdn.microsoft.com/en-us/library/mt628816.aspx but did not find any mention of there being a known limitation of the Web API not supporting the returntotalrecordcount attribute.
Does anyone know if this is a bug or simply an undocumented limitation of the API that (hopefully) is on the roadmap to be implemented?
*This post is locked for comments