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
@@ -68,7 +67,7 @@ The different options that can be used while fetching summaries are as follows:
68
67
-`sortBy:` Sort the results by the provided key
69
68
-`sortOrder:` Sort the results in either `ASC`ending or `DESC`ending order
70
69
-`search:` Display those results which contain the input string. Searchable fields: `inputFile`, `createdBy`, `outputText`
71
-
-`filters:` Filter the results based on the provided `createdOn` and `createdBy`. Operator can be `eq` (equal), `ne` (not equal), `contains`, `gt` (greater than)or `lt` (less than)
70
+
-`filters:` Filter the results based on the provided `createdOn` and `createdBy`. Operator can be `eq` (equal), `ne` (not equal), `contains`, `gt` (greater than), `gte` (greater than or equal to), `lt` (less than) or `lte` (less than or equal to)
0 commit comments