Custom retrieval of collection of issues using POST
As in the web UI, data can be retrieved according to a selection of grouping, sorting and filters.
To perform a custom retrieval of report data, a <report-view> element must be POSTed to the same REST service normally used to retrieve the report's data
Service format
To retrieve the first page:
/services/reports/<rid>/issues
To retrieve subsequent pages:
/services/reports/<rid>/issues/pages/<page>
Parameters
rid - report ID
POST data:
<report-view>
element containing custom
group/sort/filters. Refer to documented schema for more details.
Optional query string parameters:
mode=all
Returns all report data in one request instead of one page at a time.
Returns
<issues>
element
containing:<security-issue>
(for security issues)<basic-issue>
(for all other issues)
Refer to documented schema for more details