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
Copy file name to clipboardExpand all lines: README.md
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,6 +319,59 @@ by adding a letter (a-f) you can create almost any reasonably complex condition
319
319
320
320
NB: You can only filter on the requested table (not on it's included) and filters are only applied on list calls.
321
321
322
+
### Column selection
323
+
324
+
By default all columns are selected. With the "include" parameter you can select specific columns. Multiple columns should be comma separated.
325
+
An asterisk ("*") may be used as a wildcard to indicate "all columns". Similar to "include" you may use the "exclude" parameter to remove certain columns:
0 commit comments