Skip to main content
GET
When a report goes out without being asked, and to whom.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
report_definition_id
string
report_code
string
report_name
string
cadence
string
hour_utc
string
day_of_week
string
day_of_month
string
recipients
string
format
string
is_active
string
last_sent_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

cadence
string<character varying>
Maximum string length: 20
day_of_month
integer<smallint>
day_of_week
integer<smallint>
format
string<character varying>
Maximum string length: 10
hour_utc
integer<smallint>
id
string<uuid>

Note: This is a Primary Key.

is_active
boolean<boolean>
last_sent_at
string<timestamp with time zone>
recipients
string<jsonb>
report_code
string<character varying>
Maximum string length: 60
report_definition_id
string<uuid>

Note: This is a Foreign Key to report_definitions.id.

report_name
string<character varying>
Maximum string length: 150