Reports API Version 2 Custom
Introduction
The custom section of the report API allows you to run custom reports that are defined for an IGRP.
Run Custom Report
Runs a custom report.
Request:
GET /reports/v2/custom
GET Params
- igrp (int) - IGRP to get metrics for.
- reportId (int) - IGRP to get metrics for.
- sort (array) OPTIONAL - One or more sorts, see Sort Types.
- group (array) OPTIONAL - One or more groups, see Group Types.
- filter (array) OPTIONAL - One or more filters, see Filter Types.
- limit (int) OPTIONAL - Limit result set, see Pagination.
- offset (int) OPTIONAL - Offset result set, see Pagination.
Each custom report may define its own extra parameters. These are detailed in the config API custom reports list.
Filter Types
These are defined differently for each custom report. These are detailed in the config API custom reports list.
Group Types
These are defined differently for each custom report. These are detailed in the config API custom reports list.
Sort Types
These are defined differently for each custom report. These are detailed in the config API custom reports list.
Response:
Returns the result of the specified custom report.