json-api-dotnet / JsonApiDotNetCore.MongoDb

MongoDB support for JsonApiDotNetCore.
https://www.jsonapi.net
MIT License
14 stars 9 forks source link

Answer issue 1539 #54

Closed bkoelman closed 6 months ago

bkoelman commented 6 months ago

Answer to the question at https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/1539.

Output for GET http://localhost:24141/api/books:

image

Output for GET http://localhost:24141/api/books?fields[books]=title,refs1,refs2:

image