Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Information Provided
-
(Java) V4 4.4.0
-
None
-
None
-
Important
Description
We create an entity query relation like below -
The request - http://ip:host/odata/entity?$filter=z%20eq%203
Very obviously , we cannot create a filter on a single entity.But the problem is that the response that we recieve is as below -
{
"error":
}
We expect a valid status code to be returned here .
Is any resolution for this issue available ?