Get a list of projects

Your application can retrieve a list of existing projects by calling the getProjects method.

A project can be optionally specified when creating a topic. This method returns the ProjectList value object that always includes a value called Unassigned with ID 0.

ProjectList getProjects(TopicsServiceContext serviceContext)
  throws TopicsServiceException;

To retrieve a list of existing projects: