get
In
Development
Projects
open fun getInDevelopmentProjects(userId: String, page: Int, pageSize: Int, filters: Set<String>): PaginatedResponse<Project>
Method to get the user's IN_DEVELOPMENT 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