We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e450732 + d1a75de commit 0b31c2cCopy full SHA for 0b31c2c
api.yaml
@@ -25159,6 +25159,20 @@ paths:
25159
enum:
25160
- ASC
25161
- DESC
25162
+ - name: dateLt
25163
+ description: Optional get transaction requests less than date
25164
+ in: query
25165
+ schema:
25166
+ type: string
25167
+ format: date-time
25168
+ title: ISO Date String
25169
+ - name: dateGte
25170
+ description: Optional get transaction requests greater than or equal to date
25171
25172
25173
25174
25175
25176
- name: enterpriseId
25177
description: ''
25178
in: path
0 commit comments