Is your feature request related to a problem? Please describe.
When retrieving an element from the API, we only get the ID of the related object. It would be easier to directly return the object with the relation
Describe the solution you'd like
Either work like OData API by adding a optional argument in the route providing the complete object or just keep working with the current solution
Describe alternatives you've considered
Changing the API to an OData V4 API
Additional context
...
Is your feature request related to a problem? Please describe.
When retrieving an element from the API, we only get the ID of the related object. It would be easier to directly return the object with the relation
Describe the solution you'd like
Either work like OData API by adding a optional argument in the route providing the complete object or just keep working with the current solution
Describe alternatives you've considered
Changing the API to an OData V4 API
Additional context
...