Hi All!
We are having the following problem:
"odata.error":{
}
registered Status as an EntitySet (only then it started to work!) in the ODataModelBuilder.
It started to return Status in response to /Enrollments('<guid id>')/Status requests, but when i'm sending request to /Enrollments('<guid id>') the response does not contain Status anymore- just a link to it.
Please advise how to tacke this problem.
Thanks,
Aliaksandr.
We are having the following problem:
-
We have an EnrollmentController derived from EntitySetController and if we send GET request for /Enrollments('<guid id>') it works fine.
-
When we send GET request to /Enrollments('<guid id>')/Status to fetch just a status of the enrollment, we receive the following error:
"odata.error":{
"code":"Not implemented.","message":{
"lang":"en-US","value":"This service doesn't support OData requests in the form '~/entityset/key/property'."
}
}}
-
We have tried to tackle this issue the following way
registered Status as an EntitySet (only then it started to work!) in the ODataModelBuilder.
It started to return Status in response to /Enrollments('<guid id>')/Status requests, but when i'm sending request to /Enrollments('<guid id>') the response does not contain Status anymore- just a link to it.
Please advise how to tacke this problem.
Thanks,
Aliaksandr.