getChangelogs

fun getChangelogs(page: Int = DEFAULT_PAGE, pageSize: Int = DEFAULT_PAGE_SIZE): JsonObject

Method to execute the request to get the changelogs list of the user

Return

the result of the request as JsonObject

Parameters

page

The number of the page to request to the backend

pageSize

The size of the result for the page