get Projects

open fun getProjects(userId: String, page: Int, pageSize: Int, filters: Set<String>): PaginatedResponse<Project>

Method to get the user's projects list

Return

the projects list as PaginatedResponse of Project

Parameters

userId

The user identifier

page

The page requested

pageSize

The size of the items to insert in the page

filters

The filter to apply to the query to select the project