get Issues

suspend fun getIssues(    applicationId: String,     platform: Platform,     page: Int = DEFAULT_PAGE,     pageSize: Int = DEFAULT_PAGE_SIZE,     filters: String): JsonObject

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