Rest API Query not returning Entity Version

If I use the regular rest service API and request a single Entity by ID, the version number is returned as part of the result, I’m using a specific view with the request. If I write a query though and register it to the REST API and use the same view, I’m not getting the version number as part of the result from that query. I’ll need this for optimistic concurrency.

Thanks

Hello, @josh.heilmann

It is an issue it here is a ticket about it: YouTrack.

Regards,
Daniil

As a workaround, you may explicitly define the “version” property in the views.xml file.