Requesting a collection of issues
Only available for issue managed reports. This REST service returns a collection of elements representing the 'About This Issue' data accessible via the web UI.
By default, data is returned one page (100 rows) at a time. The XML that is returned contains the page number and total number of pages, as well as a link to the next page of data.
HTTPS method
GETService format
To retrieve the first page:
/services/reports/<rid>/issues
To retrieve subsequent pages:
/services/reports/<rid>/issues/pages/<page>
Parameters
rid – report ID
Optional query string parameters:
mode=all
Returns all issue 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)