Parameter name | Value | Description |
---|---|---|
id |
string |
Identifier of the custom report. |
name |
string |
Name of the custom report. |
tools |
list |
Tools selected in the report. |
tools[].id |
string |
Id of the tool. |
widgets |
list |
Report widgets contained in the report. |
widgets[].id |
string |
Id of the widget. Available widget ids :
|
Authentication is required to execute this request. Please refer to Authentication for more.
{reportId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
reportId |
string |
Custom report identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{reportId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
reportId |
string |
Custom report identifier. |
Do not supply a request body with this method.
If successful, this method returns a Custom Report resource in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Authentication is required to execute this request. Please refer to Authentication for more.
In the request body, supply a Report Resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
name |
string |
Name of the custom report. |
tools |
string |
Tools selected in the report. |
tools.id |
string |
Id of the tool. |
widgets |
string |
Report widgets contained in the report. |
tools.id |
string |
Id of the widget. |
If successful, this method returns a Custom Report resource in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{reportId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
reportId |
string |
Custom report identifier. |
In the request body, supply a Custom Report resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Optional Properties | ||
name |
string |
Name of the custom report. |
tools |
string |
Tools selected in the report. |
tools.id |
string |
Id of the tool. |
widgets |
string |
Report widgets contained in the report. |
tools.id |
string |
Id of the widget. |
If successful, this method returns a Custom Report resource in the response body.