JMap.Project.getById
Returns the project for the given project id.
The JMap project id
error if the project doesn't exists or if projectId is not a valid JMap Id.
// Get Project id 2const project = JMap.Project.getById(2)console.log("Project '" + project.name + "' is loaded") Copy
// Get Project id 2const project = JMap.Project.getById(2)console.log("Project '" + project.name + "' is loaded")
JMap.Project.getById
Returns the project for the given project id.