get Issues

open fun <T : IssueAnalytic?> getIssues(application: AmetistaApplication, page: Int, pageSize: Int, platform: Platform, filters: Set<String>): PaginatedResponse<T>

Method to get the issues related to an application

Return

the list of issues occurred in the specified application as List of T

Parameters

application

The application of retrieve the related issues

page

The page requested

pageSize

The size of the items to insert in the page

platform

The platform of retrieve the related issues

filters

The filters to use for the issue selection

<T>

The type of the issue to retrieve