Get List Of Projects
Posted: Mon Aug 22, 2011 3:31 pm
Using the API I can get the projects associated with a user, given
In my case, the list of projects contains the projects in which the user is the owner and the projects this user can "see". Is there a way to only retrieve a list of the projects the user has ownership?
- Code: Select all
projects=gateway.getProjects([],False)
In my case, the list of projects contains the projects in which the user is the owner and the projects this user can "see". Is there a way to only retrieve a list of the projects the user has ownership?