These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

REST API: Get DocumentSummary

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?