You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
The $id and $ref entries are due to serialising cyclical data structures and wanting to be able to decode them into the same structure at the other end - there's a fairly simple toggle which you can set which changes the behaviour to not do this, but then you don't get any of the cyclical references (and the data returned balloons somewhat in size).
Is this really the expected behaviour? We haven't really specced out what we want the API to do aside from be consumed by our application. Obviously all things are possible though...
Skipping null fields is plausibly easy enough to do.
The API result objects contain $id and $ref entries, as well as a lot of nullable fields.
The expected behaviour is that they only contain non-null entries except where it makes sense, and no random metadata injected by ASP.NET
The text was updated successfully, but these errors were encountered: