get Issues

fun getIssues(applicationId: String, platform: <Error class: unknown class>, page: Int = DEFAULT_PAGE, pageSize: Int = DEFAULT_PAGE_SIZE, filters: HashSet<String> = HashSet()): <Error class: unknown class>

Method to get the issues list

Return

an endpoint to make the request as String

Parameters

applicationId

The identifier of the application from fetch the related issues list

platform

The platform from fetch the issues

page

The number of the page to request to the backend

pageSize

The size of the result for the page

filters

The filters value to filter the issues selection