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:
179179 name : url
180180 type : string
181181 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:
1010 title : List all Reports
1111 id : list-all-reports
1212 description : /reports/list-all-reports.md
13+ filters : /reports/report-object.yml
1314 code : /reports/list-all-reports.py
1415 code_type : GET
1516 code_url : /api/reports/
You can’t perform that action at this time.
0 commit comments