IncludeDetails vs "IncludeFields"? #7949
Unanswered
TonyValenti
asked this question in
Q&A
Replies: 1 comment 2 replies
-
What is your Database Provider? EF Core or MongoDB? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used to use a system named Clio which allows you to explicitly state what fields you want back from the database.
https://app.clio.com/api/v4/documentation#section/Fields
For example, a url like this:
https://app.clio.com/api/v4/matters?fields=id,etag,description,client{name}
Would return a value like:
Is there a way to enable that level of efficiency with ABP?
Beta Was this translation helpful? Give feedback.
All reactions