[IMPLEMENTED] Load content by id with generic url

Hi Squidex Team,

we like to have a generic url to getting content by id. We have a java service which loads content via Squidex API. Our page schema have reference types and when I load content of this page via REST I getting ids. If I want to get the content of the ids I have to know the schema of the references. A generic URL to getting content by id would be really nice.

Best regards,
Jens Lehmann

Hi, I have finished implementation and will test and deploy it tomorrow.

Deployed: https://github.com/Squidex/squidex/blob/master/src/Squidex/Areas/Api/Controllers/Contents/ContentsController.cs#L126