File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -179,3 +179,32 @@ attributes:
179
179
name : url
180
180
type : string
181
181
description : URL to the Service recipient's object.
182
+ filters :
183
+ -
184
+ name : dt_created_gte
185
+ type : date
186
+ description : Filter by the date and time the report was created.
187
+ -
188
+ name : dt_created_lte
189
+ type : date
190
+ description : Filter by the date and time the report was created.
191
+
192
+ -
193
+ name : appointment
194
+ type : integer
195
+ description : Filter reports by specific Appointment
196
+
197
+ -
198
+ name : creator
199
+ type : integer
200
+ description : Filter reports by User who created the report
201
+
202
+ -
203
+ name : service_recipient
204
+ type : integer
205
+ description : Filter reports by specific Service recipient
206
+
207
+ -
208
+ name : client
209
+ type : integer
210
+ description : Filter reports by specific Client
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ sections:
10
10
title : List all Reports
11
11
id : list-all-reports
12
12
description : /reports/list-all-reports.md
13
+ filters : /reports/report-object.yml
13
14
code : /reports/list-all-reports.py
14
15
code_type : GET
15
16
code_url : /api/reports/
You can’t perform that action at this time.
0 commit comments