Returns the requested list of reports matching the query parameters.
| Name | Type | Description | Notes |
|---|---|---|---|
| atRecordsetCount | String | Count of reports matching the filter for the given query. Present when the request includes $count=true. | [optional] |
| atNextLink | String | URL to retrieve the next page of results when more items match the query. Omitted or null when there is no next page. | [optional] |
| value | List<ReportItem> | Array of reports matching the query parameters. |