Discussions
REST API: Get DocumentSummary
almost 6 years ago by Molivouth Boulom
The following query:
"/api/DocumentSummary?Path=$&DocumentTypeId=IQD&Status=Published"
Returns the following 404 bad request error message:
"In the query, Path is not a known property name."
However this query works, albeit not with expected results:
"/api/DocumentSummary?Path=$"
This is on iMIS version 20.3 and the results greatly differ from 20.2.
What is going on?