get Project

open fun getProject(userId: String, projectId: String): Project

Method to get the user's project by its id

Return

the project as Project

Parameters

userId

The user identifier

projectId

The project identifier