get
Applications
suspend fun getApplications( page: Int = DEFAULT_PAGE, pageSize: Int = DEFAULT_PAGE_SIZE, name: String = "", platforms: List<Platform> = emptyList()): JsonObject
Method to get the applications list
Return
an endpoint to make the request as String
Parameters
page
The number of the page to request to the backend
pageSize
The size of the result for the page
name
The name to use as filter
platforms
The platforms to use as filter