Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions pages/reports/report-object.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,32 @@ attributes:
name: url
type: string
description: URL to the Service recipient's object.
filters:
-
name: dt_created_gte
type: date
description: Filter by the date and time the report was created.
-
name: dt_created_lte
type: date
description: Filter by the date and time the report was created.

-
name: appointment
type: integer
description: Filter reports by specific Appointment

-
name: creator
type: integer
description: Filter reports by User who created the report

-
name: service_recipient
type: integer
description: Filter reports by specific Service recipient

-
name: client
type: integer
description: Filter reports by specific Client
1 change: 1 addition & 0 deletions pages/reports/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sections:
title: List all Reports
id: list-all-reports
description: /reports/list-all-reports.md
filters: /reports/report-object.yml
code: /reports/list-all-reports.py
code_type: GET
code_url: /api/reports/
Expand Down