Skip to content

Commit

Permalink
change link
Browse files Browse the repository at this point in the history
  • Loading branch information
dadarya0 committed Feb 20, 2024
1 parent 1ef981f commit b9305b1
Showing 1 changed file with 88 additions and 4 deletions.
92 changes: 88 additions & 4 deletions docs/rest_api/reports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,52 @@ Create a new Report.
- Description
* - ``name``
- string
- The Report Name
- The Report name
* - ``description``
- string
- Description of the report
- The Report description
* - ``system``
- boolean
- If true then the Report is visible to all Users. If ``false`` then only creator can see this Report
* - ``isScheduled``
- boolean
- Scheduled Reports send Report Emails as the User defines
* - ``source``
- string
- Report data source type
* - ``columns``
- array
- List of selected columns for this particular Report
* - ``filters``
- array
- Filters applied on this Report
* - ``tableOrder``
- array
- Ordering applied on this Report
* - ``graphs``
- array
- Graphs defined for this Report. API won't return graphs
* - ``groupBy``
- array
- Group by rules applied for this Report
* - ``settings``
- array
- Additional settings for the UI layout
* - ``aggregators``
- array
- Aggregation rules applied on this Report
* - ``scheduleUnit``
- string or null
- Unit for the scheduler
* - ``toAddress``
- string or null
- Email address for the scheduler
* - ``scheduleDay``
- string or null
- Day for the scheduler
* - ``scheduleMonthFrequency``
- string or null
- Frequency for the scheduler


**Response**
Expand Down Expand Up @@ -496,10 +538,52 @@ To edit a Report and create a new one if the Report isn't found:
- Description
* - ``name``
- string
- The Report Name
- The Report name
* - ``description``
- string
- Description of the report
- The Report description
* - ``system``
- boolean
- If true then the Report is visible to all Users. If ``false`` then only creator can see this Report
* - ``isScheduled``
- boolean
- Scheduled Reports send Report Emails as the User defines
* - ``source``
- string
- Report data source type
* - ``columns``
- array
- List of selected columns for this particular Report
* - ``filters``
- array
- Filters applied on this Report
* - ``tableOrder``
- array
- Ordering applied on this Report
* - ``graphs``
- array
- Graphs defined for this Report. API won't return graphs
* - ``groupBy``
- array
- Group by rules applied for this Report
* - ``settings``
- array
- Additional settings for the UI layout
* - ``aggregators``
- array
- Aggregation rules applied on this Report
* - ``scheduleUnit``
- string or null
- Unit for the scheduler
* - ``toAddress``
- string or null
- Email address for the scheduler
* - ``scheduleDay``
- string or null
- Day for the scheduler
* - ``scheduleMonthFrequency``
- string or null
- Frequency for the scheduler


**Response**
Expand Down

0 comments on commit b9305b1

Please sign in to comment.