Get a list of work teams

Your application can retrieve a list of work teams by using the getWorkteamContexts method.

This method returns a list of work team contexts with the work team name and ID. The result is sorted by name and includes the values returned and the total number of values.

When using Save to Topic with a Topic Workflow Configuration that is set to one and only one work team, this method can be used to populate the list of work teams in the Save to Topic dialog box.

WorkteamContexts getWorkteamContexts(TopicsServiceContext serviceContext)
   throws InvalidArgumentException, TopicsServiceException;

To retrieve a list of work teams: