get Changelogs

open fun getChangelogs(ownerId: String, page: Int, pageSize: Int): PaginatedResponse<Changelog>

Method to get the user's changelogs list

Return

the changelogs list as PaginatedResponse of Changelog

Parameters

ownerId

The owner identifier

page

The page requested

pageSize

The size of the items to insert in the page